-
crossbeam-queue
Concurrent queues
-
rtrb
A realtime-safe single-producer single-consumer ring buffer
-
cordyceps
Mycelium intrusive data structures
-
thingbuf
I'm at the buffer pool. I'm at the MPSC channel. I'm at the combination MPSC channel and buffer pool.
-
smallring
High-performance ring buffer with automatic stack/heap optimization | 高性能环形缓冲区,支持栈/堆自动优化
-
bbqueue
A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers
-
gil
A fast single-producer single-consumer queue with sync and async support
-
st3
A very fast lock-free, bounded, work-stealing LIFO queue
-
lfqueue
Fast concurrent lock-free MPMC queues
-
orx-concurrent-queue
A high performance and convenient thread safe queue that can concurrently grow and shrink with push, extend, pop and pull capabilities
-
rc_event_queue
VecDeque-like fast, unbounded, FIFO, concurent read-lock-free message queue
-
magnetic
Low-latency lock-free queues
-
wcq
A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)
-
turbo-mpmc
A blazingly fast lock-free MPMC queue that beats crossbeam-channel on SPSC workloads
-
kovan-queue
High-performance queue primitives and disruptor implementation for Kovan
-
waitfree-sync
A collection of wait-free data structures
-
jacques
High-performance lock-free MPMC queues with horizontal scaling and zero-allocation operation
-
chute
Lockfree mpmc/spmc broadcast queue
-
yep-coc
circular buffer. This one happens to be a zero copy, MPMC, lock free queue.
-
atomicring
AtomicRingBuffer is a constant-size almost lock-free concurrent ring buffer
-
bus_queue
Lock-free Bounded non-Blocking Pub-Sub Queue
-
mini-io-queue
Fixed-length, allocation and lock-free, async I/O oriented single-producer single-consumer queues
-
rtrb-basedrop
A fork of the
rtrbcrate that uses basedrop’s Shared pointer in place of Arc -
unbounded-spsc
An unbounded spsc queue built from
bounded_spsc_queues -
atomic-queue
bounded lock-free queue for use in Audio applications, ported from https://github.com/max0x7ba/atomic_queue
-
audio-processor-standalone-midi
Stand-alone MIDI hosting for a VST host or an
audio-processor-traitsimplementor -
swap-queue
A lock-free thread-owned queue whereby tasks are taken by stealers in entirety via buffer swapping
-
queuecheck
A thread-safe queue testing and benchmarking library
-
lock-free-multi-producer-single-consumer-ring-buffer
A lock-free, multi-producer, single-consumer (MPSC) ring buffer. Optimized for sending and receiving 'bursts' of messages. Can also be used as a ring queue. It is a Rust port of Mindaugas Rasiukevicius's ringbuf.
-
rs_lockfree
a lock-Free lib based on practical Hazard Pointers algorithm
-
faa_array_queue
Fetch-And-Add Array Queue implementation for Rust
-
lockness
TODO
-
crtq
A MPMC wait-free queue
-
ff_buffer
A fork of ff_buffer that provides FastFlow channels on Rust
-
cirque
Unidirectional, circular, lock/wait-free SPSC queue with unbounded capacity
-
cc-queue
Fatourou and Kallimanis's CC Queue, ccqueue, an unbounded, concurrent blocking queue faster than the classic Michael & Scott queue, suitable for use with different memory allocators
Try searching with DuckDuckGo.