A fast mpmc queue with broadcast capabilities
-
Updated
Jul 20, 2018 - Rust
A fast mpmc queue with broadcast capabilities
A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC
wait free FIFO queue, easy built cross platform(no extra dependencies needed)
Bounded multiple producers multiple consumers queue for .NET
lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free memory management library using fix sized memory managed in single linked list
Very Fast MPMC C++ implementation
Concurrent computing practice
Add a description, image, and links to the mpmc-queues topic page so that developers can more easily learn about it.
To associate your repository with the mpmc-queues topic, visit your repo's landing page and select "manage topics."