willemt / bipbuffer
A circular buffer alternative written in C under a BSD license
☆138Updated 5 years ago
Alternatives and similar repositories for bipbuffer:
Users that are interested in bipbuffer are comparing it to the libraries listed below
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆256Updated 3 years ago
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- NIH Utility Library☆89Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Lightweight event loop library for Linux epoll() family APIs☆241Updated 11 months ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- libuv thread communication☆57Updated last year
- C11 Lock-free Stack☆181Updated 9 months ago
- Hierarchical memory allocator☆70Updated 9 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Coroutines in C☆120Updated 10 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆142Updated 4 years ago
- Free-List Memory Pool of fixed-size objects in C99☆48Updated 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…☆42Updated 4 months ago
- CBOR protocol implementation for C☆354Updated last week
- Wrapper library for the BSD sockets API with a nicer C99 interface☆143Updated 7 years ago
- C library of key-value data structures.☆291Updated 4 years ago
- A constrained node implementation of CBOR in C☆110Updated 4 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆121Updated last year
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated last year
- C++ Active Objects☆62Updated 7 years ago
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆285Updated 8 years ago
- A fast and lightweight event loop for embedded platforms.☆102Updated 2 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆86Updated 5 years ago
- Commander option parser ported to C - simple API, auto-generated --help☆203Updated last year
- Coroutines for C.☆74Updated 8 years ago
- TLSF: two-level segregated fit O(1) allocator☆77Updated 2 years ago