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:
- An implementation of Seqlock in C++11☆227Updated last year
- Lock-free ring buffer (MPSC)☆466Updated 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…☆147Updated 4 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆327Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- Our open source benchmarks and code samples☆193Updated this week
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- A benchmark framework for concurrent queue implementations☆293Updated 5 years ago
- Boost.Lockfree☆145Updated 2 weeks ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Adapters for interfacing libuv with C++ resumable functions☆117Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆139Updated 2 years ago
- Modern C++ B-tree containers☆277Updated 2 years ago
- ☆128Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- Boost.Coroutine2☆135Updated last month
- Minimize lock-free queue ever!☆133Updated 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 6 years ago
- A STL allocator that mmaps files☆252Updated 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/ …☆44Updated 10 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Effective Memory Reclamation☆62Updated 5 years ago
- ☆341Updated this week
- QSBR and EBR library☆130Updated 5 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- network library based on io_uring and C++20 coroutine☆106Updated 5 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆156Updated 3 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago