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:
- TLSF: two-level segregated fit O(1) allocator☆83Sep 3, 2022Updated 3 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆236Oct 22, 2021Updated 4 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☆440Mar 13, 2024Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,168Jan 4, 2024Updated 2 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,476Mar 8, 2024Updated last year
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,607Updated this week
- Minimize lock-free queue ever!☆134Feb 21, 2026Updated last week
- QSBR and EBR library☆135Dec 15, 2019Updated 6 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,404Oct 26, 2025Updated 4 months ago
- A sparse and compressed bitmap library.☆13Aug 28, 2014Updated 11 years ago
- Comparing passing mouse coords to shader by late latching vs. by glUniform☆73Jul 24, 2017Updated 8 years ago
- Two-Level Segregated Fit memory allocator implementation.☆1,501Nov 6, 2021Updated 4 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆450Apr 22, 2024Updated last year
- Linear Memory Allocator for Games and Embedded Systems☆77Sep 25, 2022Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆285Aug 22, 2022Updated 3 years ago
- A C++ library of Concurrent Data Structures☆2,727Oct 17, 2023Updated 2 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31May 27, 2017Updated 8 years ago
- A benchmark framework for concurrent queue implementations☆297Apr 4, 2020Updated 5 years ago
- WebSockets in C☆52Mar 27, 2022Updated 3 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆187May 7, 2013Updated 12 years ago
- 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
- Lightweight, performance oriented, Core library for 'C' programmers☆56Aug 10, 2015Updated 10 years ago
- Free-List Memory Pool of fixed-size objects in C99☆50Feb 25, 2023Updated 3 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Dec 15, 2019Updated 6 years ago
- A collection of resources on wait-free and lock-free programming☆2,014Feb 25, 2024Updated 2 years ago
- A binary tree based memory allocator in C.☆11Nov 22, 2017Updated 8 years ago
- Lightweight Msgpack Encoder☆15Feb 19, 2017Updated 9 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
- Portable base library for C programmers, designed for performance and simplicity.☆878Jul 8, 2022Updated 3 years ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,494Jun 25, 2025Updated 8 months ago
- single header libraries for C/C++☆1,395Mar 19, 2025Updated 11 months ago
- Auto-generated maths library for C and C++ based on HLSL/Cg☆25Jan 13, 2026Updated last month
- A simple ring buffer (circular buffer) designed for embedded systems.☆663Apr 16, 2025Updated 10 months ago
- An implementation of Seqlock in C++11☆236Jul 29, 2024Updated last year
- Concurrent trie-hash map library☆95Oct 30, 2023Updated 2 years ago
- C11 Lock-free Stack☆184May 5, 2024Updated last year
- Robin Hood hash map library☆68Sep 4, 2021Updated 4 years ago
- memory pool allocator☆52Dec 9, 2012Updated 13 years ago