dbittman / waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
☆225Updated 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☆294Updated 8 months ago
- Lock-free ring buffer (MPSC)☆457Updated 5 years ago
- Our open source benchmarks and code samples☆190Updated 3 weeks ago
- An implementation of Seqlock in C++11☆208Updated 8 months ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- Boost.Lockfree☆132Updated 2 weeks 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
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 7 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 7 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- A hierarchical timer wheel, for implementing timed event queues☆210Updated 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
- ☆127Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆576Updated last month
- A STL allocator that mmaps files☆247Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Modern C++ B-tree containers☆272Updated last year
- A fast work-stealing queue template in C++☆305Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- Effective Memory Reclamation☆55Updated 5 years ago