C++14 concurrent lock-free low-latency queue.
-
Updated
Sep 18, 2026 - C++
C++14 concurrent lock-free low-latency queue.
A collection of lock-free data structures written in standard C++11
Fast ring-buffer deque (double-ended queue)
A simple ring buffer (circular buffer) designed for embedded systems.
Lock-free SPSC FIFO ring buffer with direct access to inner data
simple C++11 ring buffer implementation, allocated and evaluated at compile time
A fast, generic fifo for MCUs.
Wait-free thread-safe single-consumer single-producer ring buffer using SharedArrayBuffer
Basic implementation of Disruptor for Unity3d
Lock-free MPSC channel in Zig achieving 180+ billion messages/second via ring-decomposed architecture
⚡️ Lock-free and wait-free concurrent data structures for Go (generics)
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
A Lock Free Bipartite Buffer Library written in standard C11
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Useful libraries for STM32 HAL
To associate your repository with the ring-buffer topic, visit your repo's landing page and select "manage topics."