dbittman / waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
☆222Updated 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
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- Our open source benchmarks and code samples☆190Updated this week
- An implementation of Seqlock in C++11☆209Updated 8 months ago
- A benchmark framework for concurrent queue implementations☆291Updated 4 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆294Updated 8 months ago
- 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
- QSBR and EBR library☆119Updated 5 years ago
- Boost.Lockfree☆131Updated 2 weeks ago
- Automatically exported from code.google.com/p/relacy☆217Updated 6 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆570Updated last week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- ☆44Updated 4 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Adapters for interfacing libuv with C++ resumable functions☆116Updated 6 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Boost.Coroutine2☆130Updated 2 weeks ago
- Modern C++ B-tree containers☆269Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆175Updated 11 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- ☆320Updated this week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆163Updated last year
- Effective Memory Reclamation☆54Updated 5 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago