MPMC suggestions where messages are sent to all consumers ?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • 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

  • disruptorplus

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

    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.

    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

  • fmtlog: fastest C++ logging library using fmtlib syntax

    2 projects | /r/cpp | 6 May 2021
  • Blackbox library for embedded systems

    1 project | /r/cpp_questions | 7 Jun 2023
  • Refactoring with C++17 std::optional

    2 projects | /r/cpp | 22 May 2023
  • cpp macros

    1 project | /r/cpp_questions | 12 May 2023
  • simple C++20 threading library

    1 project | /r/coolgithubprojects | 7 May 2023

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?