grivet / mpsc-queue
A C11 implementation of D. Vyukov MPSC queue
☆25Updated last year
Related projects ⓘ
Alternatives and complementary repositories for mpsc-queue
- Concurrent trie-hash map library☆89Updated last year
- ☆17Updated 2 weeks ago
- ☆11Updated last year
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆15Updated 3 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- ☆20Updated 7 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 8 months ago
- A simple, intrusive, zero-allocation red-black tree implementation☆43Updated 2 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated 11 months ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A lightweight concurrency library for C, featuring symmetric coroutines as the main control flow abstraction.☆11Updated 9 years ago
- ☆49Updated 4 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.