Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 606 Bytes

File metadata and controls

13 lines (7 loc) · 606 Bytes

C examples using nanomsg library

  • Basic scalability protocols including req-resp, pub-sub, pipline, pair, survey and bus come from Getting Started with 'nanomsg'

  • Performance benchmark

    • Throughput perf and Latency perf specially for request-reply model

    • Performance benchmark for publish-subscribe model compared with 0MQ. Similar to A Tale of Two Queues

    • More details can be found in perf-test