A ring buffer implemented in C
☆441Mar 13, 2024Updated 2 years ago
Alternatives and similar repositories for c-ringbuf
Users that are interested in c-ringbuf are comparing it to the libraries listed below
Sorting:
- A simple ring buffer (circular buffer) designed for embedded systems.☆671Apr 16, 2025Updated 11 months ago
- Lock-free ring buffer (MPSC)☆476Dec 16, 2019Updated 6 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆447Oct 25, 2025Updated 4 months ago
- Just a dead simple set of c macros for working with ring buffers in a generic manner.☆77Oct 1, 2024Updated last year
- Lightweight generic ring buffer manager library☆1,387Dec 17, 2025Updated 3 months ago
- A simple C++ Ring (Circular) Buffer Queuing Library for Programming with Arduino's and other Embedded platforms☆108Jun 3, 2022Updated 3 years ago
- st filesystem for embedded flash systems☆12Mar 12, 2017Updated 9 years ago
- A Simple Interrupt Safe Ring (Circular) Buffer Queuing Library for Programming with Arduino's and other Embedded platforms☆117Oct 24, 2020Updated 5 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆452Apr 22, 2024Updated last year
- A circular buffer alternative written in C under a BSD license☆142Apr 3, 2019Updated 6 years ago
- A minimal but powerful thread pool in ANSI C☆2,317May 18, 2025Updated 10 months ago
- Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free f…☆436Nov 6, 2025Updated 4 months ago
- A simple thread-safe FIFO in C.☆394Dec 27, 2022Updated 3 years ago
- qLibc is a simple and yet powerful C library providing generic data structures and algorithms.☆1,014Dec 15, 2025Updated 3 months ago
- C library of key-value data structures.☆295Mar 22, 2020Updated 5 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆145Oct 3, 2017Updated 8 years ago
- calculate cpu usage with /proc/stat on linux☆11Mar 23, 2020Updated 5 years ago
- Wear-leveled SPI flash file system for embedded devices☆1,607Feb 10, 2026Updated last month
- Persistent NOR Flash ring buffer for embedded uses.