dbittman / waitfree-mpsc-queueLinks
A wait-free multi-producer-single-consumer queue in C11 atomics
☆228Updated 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:
- Lock-free ring buffer (MPSC)☆465Updated 5 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- An implementation of Seqlock in C++11☆224Updated last year
- Boost.Lockfree☆144Updated last month
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆180Updated 12 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆321Updated last year
- A benchmark framework for concurrent queue implementations☆293Updated 5 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆146Updated 4 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆43Updated 10 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆138Updated 2 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- network library based on io_uring and C++20 coroutine☆106Updated 5 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆206Updated 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
- Effective Memory Reclamation☆62Updated 5 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Modern C++ B-tree containers☆273Updated 2 years ago
- timer.c: Tickless hierarchical timing wheel☆232Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- Boost.Coroutine2☆135Updated last month
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago