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.☆255Updated 3 years ago
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- C library of key-value data structures.☆290Updated 4 years ago
- C11 Lock-free Stack☆181Updated 8 months ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆281Updated 8 years ago
- Lightweight event loop library for Linux epoll() family APIs☆241Updated 10 months ago
- A tiny, fast, simple, single-file, BSD-licensed CSV parsing library in C.☆50Updated 3 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- a memory allocator for embedded systems (microcontrollers)☆60Updated 7 years ago
- NIH Utility Library☆89Updated 3 years ago
- Hierarchical memory allocator☆70Updated 9 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆86Updated 5 years ago
- This make CRC be fast. Included implementations: CRC-64-Jones and CRC-16-CCITT☆136Updated last year
- 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
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆220Updated 8 months ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆102Updated 8 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Debug Malloc memory allocation debugging C library☆161Updated 2 years ago
- An ANSI C encoder/decoder for the MessagePack serialization format / msgpack.org[C / Objective-C / Swift]☆147Updated 9 months ago
- OOSMOS - The Object Oriented State Machine Operating System.☆64Updated 10 months ago
- Coroutines for C.☆74Updated 7 years ago
- Pblog is a small, low overhead, structured logging library☆30Updated 7 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆431Updated 5 months ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 5 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- High performance utility library for C☆92Updated 5 months ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- A simple bitset library in C☆131Updated 4 months ago