mpmc topic

List mpmc repositories

LockFreeQueue

163
Stars
37
Forks
Watchers

A lock-free multi-producer multi-consumer ring buffer FIFO queue.

loony

62
Stars
4
Forks
Watchers

A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.

kanal

1.3k
Stars
32
Forks
12
Watchers

The fast sync and async channel that Rust deserves

crossfire-rs

47
Stars
4
Forks
Watchers

A lockless mpmc/mpsc to support async base on crossbeam

lockfreequeues

42
Stars
4
Forks
Watchers

Lock-free queue implementations for Nim.

ring-channel

38
Stars
5
Forks
Watchers

Bounded MPMC channel abstraction on top of a ring buffer

KTU S5 CSL 331 SYSTEM SOFTWARE AND MICROPROCESSORS LAB

async

28
Stars
7
Forks
Watchers

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

173
Stars
5
Forks
Watchers

A safe sync/async multi-producer, multi-consumer channel