dbittman / waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
☆220Updated 3 years ago
Alternatives and similar repositories for waitfree-mpsc-queue:
Users that are interested in waitfree-mpsc-queue are comparing it to the libraries listed below
- An implementation of Seqlock in C++11☆206Updated 7 months ago
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- A benchmark framework for concurrent queue implementations☆288Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆290Updated 7 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching