dbittman / waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
☆226Updated 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
Sorting:
- An implementation of Seqlock in C++11☆208Updated 9 months ago
- Lock-free ring buffer (MPSC)☆460Updated 5 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- Boost.Lockfree☆132Updated last month
- A STL allocator that mmaps files☆247Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆578Updated last month
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆296Updated 9 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆170Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- Our open source benchmarks and code samples☆191Updated last month
- QSBR and EBR library☆119Updated 5 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A disruptor thread-synchronisation data structure for C++11.☆127Updated last year
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- Boost.Coroutine2☆133Updated last month
- Concurrent Deferred Reference Counting☆162Updated last year
- A fast work-stealing queue template in C++☆306Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆174Updated 12 years ago
- ☆44Updated 4 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- ☆325Updated 2 weeks ago
- ☆127Updated 2 years ago
- Modern C++ B-tree containers☆273Updated last year
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago