dbittman / waitfree-mpsc-queueLinks
A wait-free multi-producer-single-consumer queue in C11 atomics
☆235Updated 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
- 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
- An implementation of Seqlock in C++11☆236Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Boost.Lockfree☆148Updated this week
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- A hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Effective Memory Reclamation☆63Updated 6 years ago
- A benchmark framework for concurrent queue implementations☆297Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆149Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Updated 2 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
- Modern C++ B-tree containers☆280Updated 2 years ago
- ☆128Updated 2 years ago
- A STL allocator that mmaps files☆255Updated 4 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
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- ☆45Updated 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
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆231Updated 2 years ago
- FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)☆33Updated 8 years ago