dbittman / waitfree-mpsc-queueLinks
A wait-free multi-producer-single-consumer queue in C11 atomics
☆232Updated 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)☆470Updated 5 years ago
- An implementation of Seqlock in C++11☆229Updated last year
- Our open source benchmarks and code samples☆193Updated last month
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆148Updated 5 years ago
- Boost.Lockfree☆146Updated 3 weeks ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆331Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- Minimize lock-free queue ever!☆134Updated 7 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 hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- A benchmark framework for concurrent queue implementations☆294Updated 5 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A STL allocator that mmaps files☆253Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆145Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- ☆44Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆217Updated 2 years ago
- A fast work-stealing queue template in C++☆327Updated last year
- ☆349Updated 3 weeks ago
- Boost.Coroutine2☆135Updated 3 weeks ago
- QSBR and EBR library☆133Updated 5 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 4 months ago