MPMC suggestions where messages are sent to all consumers ?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • readerwriterqueue

    A fast single-producer, single-consumer lock-free queue for C++

  • I have looked at the commonly recommended - https://github.com/cameron314/readerwriterqueue - https://github.com/rigtorp/MPMCQueue

  • MPMCQueue.h

    A bounded multi-producer multi-consumer concurrent queue written in C++11

  • I have looked at the commonly recommended - https://github.com/cameron314/readerwriterqueue - https://github.com/rigtorp/MPMCQueue

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • disruptorplus

    A disruptor thread-synchronisation data structure for C++11.

  • I'm using https://github.com/xenia-project/disruptorplus ( which is forked from https://github.com/lewissbaker/disruptorplus ) with a single producer (multi producer is also possible if I'm correct) it is a (luckily) more bare bones version of the already mentioned Java Disruptor.

  • disruptorplus

    A disruptor thread-synchronisation data structure for C++11. (by lewissbaker)

  • I'm using https://github.com/xenia-project/disruptorplus ( which is forked from https://github.com/lewissbaker/disruptorplus ) with a single producer (multi producer is also possible if I'm correct) it is a (luckily) more bare bones version of the already mentioned Java Disruptor.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts