grivet / mpsc-queueLinks
A C11 implementation of D. Vyukov MPSC queue
☆29Updated last year
Alternatives and similar repositories for mpsc-queue
Users that are interested in mpsc-queue are comparing it to the libraries listed below
Sorting:
- Lock-free implementation of the token bucket algorithm in C++☆59Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- C++ framework for rapid server development☆77Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- ☆22Updated 9 months ago
- Concurrent trie-hash map library☆92Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Performance profiling of JSON libraries☆26Updated last month
- ☆17Updated 5 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 10 years ago
- ☆21Updated 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☆54Updated last year
- Shared memory queue benchmarks and tracing for blog☆80Updated 9 years ago
- Hiactor is a distributed C++ actor framework.☆112Updated last year
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆10Updated last year
- W-TinyLFU cache C++11 header only implementation