stv0g / c11-queuesLinks
A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'
☆37Updated last year
Alternatives and similar repositories for c11-queues
Users that are interested in c11-queues are comparing it to the libraries listed below
Sorting:
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Hierarchical memory allocator☆73Updated 10 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- libuv thread communication☆58Updated 2 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- Intrusive data structures and asynchronous IO library☆20Updated 5 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆43Updated 8 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 9 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Heap allocation free version of C++11 std::function☆56Updated 3 years ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆30Updated 3 years ago
- memory pool allocator☆50Updated 12 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Coroutines for C.☆75Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- Convenient & cross-platform sandboxing C library☆44Updated last year
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago