dbittman / waitfree-mpsc-queueLinks
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☆210Updated 10 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Lock-free ring buffer (MPSC)☆462Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆307Updated 10 months ago
- Boost.Lockfree☆133Updated 2 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- 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
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆144Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 2 years ago
- Our open source benchmarks and code samples☆192Updated this week
- A STL allocator that mmaps files☆247Updated 4 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆154Updated last year
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆588Updated 2 months ago
- A fast work-stealing queue template in C++☆307Updated last year
- Effective Memory Reclamation☆55Updated 5 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- QSBR and EBR library☆119Updated 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
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- Boost.Coroutine2☆134Updated last month
- C11 Lock-free Stack☆181Updated last year
- network library based on io_uring and C++20 coroutine☆103Updated 5 years ago
- A highly optimized single producer single consumer message queue C++ template☆262Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆181Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 8 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆175Updated last year