stv0g / c11-queues
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
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- Intrusive data structures and asynchronous IO library☆20Updated 5 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
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…☆14Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 8 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- Benchmarks for our memory allocator☆63Updated last year
- ☆26Updated last year
- portability macros for compiler and hardware micro operations☆36Updated 9 months ago
- libuv thread communication☆58Updated last year
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 8 years ago
- MsgPack/JSON Validation (msgpack.org[C++11])☆28Updated 6 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Benchmarks for Schemaless Data Serialization Libraries☆56Updated 3 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A circular buffer alternative written in C under a BSD license☆137Updated 6 years ago
- [unofficial mirror] C Container Library https://github.com/jacob-navia/ccl☆18Updated 11 years ago
- TLSF: two-level segregated fit O(1) allocator☆77Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago