dbittman / waitfree-mpsc-queueLinks
A wait-free multi-producer-single-consumer queue in C11 atomics
☆229Updated 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)☆468Updated 5 years ago
- An implementation of Seqlock in C++11☆228Updated last year
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag …☆147Updated 5 years ago
- Boost.Lockfree☆147Updated last week
- A STL allocator that mmaps files☆252Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 3 weeks ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated 2 weeks ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- 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☆212Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆156Updated 4 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆329Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆142Updated 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
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A benchmark framework for concurrent queue implementations☆293Updated 5 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- ☆342Updated last week
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Automatically exported from code.google.com/p/relacy☆241Updated 2 months ago
- ☆128Updated 2 years ago
- A fast work-stealing queue template in C++☆326Updated last year
- Boost.Coroutine2☆135Updated last week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆212Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- 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