rmind / ringbufLinks
Lock-free ring buffer (MPSC)
☆463Updated 5 years ago
Alternatives and similar repositories for ringbuf
Users that are interested in ringbuf are comparing it to the libraries listed below
Sorting:
- A wait-free multi-producer-single-consumer queue in C11 atomics☆227Updated 3 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆444Updated 11 months ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆263Updated 4 years ago
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆423Updated last year
- This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace R…☆695Updated 2 months ago
- FlatBuffers Compiler and Library in C for C☆704Updated 2 weeks ago
- Lightweight event loop library for Linux epoll() family APIs☆242Updated 3 months ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- A ring buffer implemented in C☆439Updated last year
- An implementation of Seqlock in C++11☆221Updated last year
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- C library of key-value data structures.☆295Updated 5 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆184Updated 5 years ago
- Doug Lea's memory allocator☆270Updated 5 years ago
- Configurable C++ platform adapter☆561Updated 6 years ago
- Our open source benchmarks and code samples☆192Updated last month
- ☆335Updated last week
- libsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map han…☆552Updated 2 years ago
- Debug Malloc memory allocation debugging C library☆169Updated 2 years ago
- Core logging library for C/ObjC/C++☆198Updated 4 years ago
- Lock-free implementation of the token bucket algorithm in C++☆59Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Boost.Lockfree☆138Updated last week
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆407Updated 6 years ago
- MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]☆590Updated 6 months ago