Lock-free ring buffer (MPSC)
☆476Dec 16, 2019Updated 6 years ago
Alternatives and similar repositories for ringbuf
Users that are interested in ringbuf are comparing it to the libraries listed below
Sorting:
- A wait-free multi-producer-single-consumer queue in C11 atomics☆239Oct 22, 2021Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆84Sep 3, 2022Updated 3 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆447Oct 25, 2025Updated 4 months ago
- A ring buffer implemented in C☆441Mar 13, 2024Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,178Jan 4, 2024Updated 2 years ago
- QSBR and EBR library☆134Dec 15, 2019Updated 6 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,485Mar 8, 2024Updated 2 years ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,615Updated this week
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,409Oct 26, 2025Updated 4 months ago
- Minimize lock-free queue ever!☆134Feb 21, 2026Updated last month
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆452Apr 22, 2024Updated last year
- A highly optimized single producer single consumer message queue C++ template☆286Aug 22, 2022Updated 3 years ago
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆68Oct 7, 2024Updated last year
- Comparing passing mouse coords to shader by late latching vs. by glUniform☆73Jul 24, 2017Updated 8 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆85Oct 18, 2018Updated 7 years ago
- WebSockets in C☆52Mar 27, 2022Updated 3 years ago
- Linear Memory Allocator for Games and Embedded Systems☆77Sep 25, 2022Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Sep 19, 2016Updated 9 years ago
- A collection of resources on wait-free and lock-free programming☆2,023Feb 25, 2024Updated 2 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…☆14Jun 9, 2020Updated 5 years ago
- A benchmark framework for concurrent queue implementations☆297Apr 4, 2020Updated 5 years ago
- A C++ library of Concurrent Data Structures☆2,733Oct 17, 2023Updated 2 years ago
- A sparse and compressed bitmap library.☆13Aug 28, 2014Updated 11 years ago
- Two-Level Segregated Fit memory allocator implementation.☆1,516Nov 6, 2021Updated 4 years ago
- A simple ring buffer (circular buffer) designed for embedded systems.☆671Apr 16, 2025Updated 11 months ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Dec 15, 2019Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Apr 25, 2020Updated 5 years ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,508Jun 25, 2025Updated 8 months ago
- Concurrent trie-hash map library☆95Oct 30, 2023Updated 2 years ago
- Under construction C header only graphics library.☆27Jan 1, 2021Updated 5 years ago
- C++14 lock-free queue.☆1,823Mar 13, 2026Updated last week
- A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of go…☆82Jan 12, 2025Updated last year
- Free-List Memory Pool of fixed-size objects in C99☆50Feb 25, 2023Updated 3 years ago
- Robin Hood hash map library☆68Sep 4, 2021Updated 4 years ago
- A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies.☆979Mar 21, 2025Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆188Jan 13, 2020Updated 6 years ago
- A concurrency C library 10x faster than Golang.☆1,349Jun 30, 2023Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆187May 7, 2013Updated 12 years ago
- Header only software implementations of reduced precision floating point formats☆15Oct 28, 2019Updated 6 years ago