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☆249Oct 22, 2021Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆88Sep 3, 2022Updated 3 years ago
- A ring buffer implemented in C☆445Mar 13, 2024Updated 2 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆448Oct 25, 2025Updated 9 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,273Jan 4, 2024Updated 2 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- QSBR and EBR library☆141Dec 15, 2019Updated 6 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,560Mar 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,683Jul 21, 2026Updated 2 weeks ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,487Jul 15, 2026Updated 3 weeks ago
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆71Oct 7, 2024Updated last year
- A highly optimized single producer single consumer message queue C++ template☆294Aug 22, 2022Updated 3 years ago
- Minimize lock-free queue ever!☆134Feb 21, 2026Updated 5 months ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆461Apr 22, 2024Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆86Oct 18, 2018Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Comparing passing mouse coords to shader by late latching vs. by glUniform☆73Jul 24, 2017Updated 9 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Sep 19, 2016Updated 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…☆16Jun 9, 2020Updated 6 years ago
- A collection of resources on wait-free and lock-free programming