willemt / bipbufferLinks
A circular buffer alternative written in C under a BSD license
☆141Updated 6 years ago
Alternatives and similar repositories for bipbuffer
Users that are interested in bipbuffer are comparing it to the libraries listed below
Sorting:
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆264Updated 4 years ago
- Lock-free ring buffer (MPSC)☆466Updated 5 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- C11 Lock-free Stack☆183Updated last year
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆147Updated 4 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆87Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation