Lock-free ring buffer (MPSC)
☆485Dec 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A wait-free multi-producer-single-consumer queue in C11 atomics☆246Oct 22, 2021Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆87Sep 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☆450Oct 25, 2025Updated 8 months ago
- A ring buffer implemented in C☆444Mar 13, 2024Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,252Jan 4, 2024Updated 2 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- QSBR and EBR library☆140Dec 15, 2019Updated 6 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,536Mar 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,663Updated this week
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,456Jun 13, 2026Updated 2 weeks ago
- Minimize lock-free queue ever!☆133Feb 21, 2026Updated 4 months ago
- A highly optimized single producer single consumer message queue C++ template☆296Aug 22, 2022Updated 3 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆461Apr 22, 2024Updated 2 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…☆70Oct 7, 2024Updated last year
- Comparing passing mouse coords to shader by late latching vs. by glUniform☆73Jul 24, 2017Updated 8 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support