mpmc topic
LockFreeQueue
A lock-free multi-producer multi-consumer ring buffer FIFO queue.
loony
A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.
kanal
The fast sync and async channel that Rust deserves
crossfire-rs
A lockless mpmc/mpsc to support async base on crossbeam
lockfreequeues
Lock-free queue implementations for Nim.
ring-channel
Bounded MPMC channel abstraction on top of a ring buffer
S5-SYSTEM-SOFTWARE-AND-MICROPROCESSORS-LAB
KTU S5 CSL 331 SYSTEM SOFTWARE AND MICROPROCESSORS LAB
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
loole
A safe sync/async multi-producer, multi-consumer channel