dbittman / waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
☆217Updated 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
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆288Updated 6 months ago
- An implementation of Seqlock in C++11☆200Updated 6 months ago
- A benchmark framework for concurrent queue implementations☆286Updated 4 years ago
- Boost.Lockfree☆128Updated last month
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆142Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 4 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆171Updated 11 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- A public domain lock free queues implemented in C++11☆182Updated 10 years ago
- Automatically exported from code.google.com/p/relacy☆212Updated 4 months ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- Minimize lock-free queue ever!☆132Updated 6 years ago
- ☆127Updated last year
- A fast work-stealing queue template in C++☆300Updated 11 months ago
- Adapters for interfacing libuv with C++ resumable functions☆115Updated 4 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆52Updated 4 months ago
- C11 Lock-free Stack☆181Updated 8 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆139Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆146Updated 10 months ago
- Concurrent Deferred Reference Counting☆156Updated 11 months ago
- QSBR and EBR library☆117Updated 5 years ago
- A STL allocator that mmaps files☆244Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆303Updated last year
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 4 months ago
- Source code for example programs from Lord of the io_uring guide☆169Updated 5 months ago
- A companion repository for the io_uring by Example article series☆394Updated 3 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 9 years ago