dbittman / waitfree-mpsc-queueLinks
A wait-free multi-producer-single-consumer queue in C11 atomics
☆233Updated 4 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:
- Lock-free ring buffer (MPSC)☆475Updated 6 years ago
- An implementation of Seqlock in C++11☆234Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆337Updated last year
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Boost.Lockfree☆148Updated last month
- A hierarchical timer wheel, for implementing timed event queues☆215Updated last year
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆148Updated 2 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A benchmark framework for concurrent queue implementations☆296Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A STL allocator that mmaps files☆254Updated 4 years ago
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 6 months ago
- Boost.Coroutine2☆136Updated last month
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- ☆350Updated 3 weeks ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 6 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago