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)☆473Updated 6 years ago
- An implementation of Seqlock in C++11☆230Updated last year
- 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
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆333Updated last year
- Our open source benchmarks and code samples☆193Updated 2 months ago
- A hierarchical timer wheel, for implementing timed event queues☆213Updated last year
- Minimize lock-free queue ever!☆134Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated last month
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago
- Boost.Lockfree☆147Updated 2 weeks ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A benchmark framework for concurrent queue implementations☆295Updated 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
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆219Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆147Updated 2 years ago
- FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)☆33Updated 7 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
- A C11 implementation of D. Vyukov MPSC queue☆33Updated 2 years ago
- A fast work-stealing queue template in C++☆330Updated last year
- Boost.Coroutine2☆136Updated 2 weeks ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Modern C++ B-tree containers☆279Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- A feature complete LRU cache implementation in C++☆261Updated 6 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago