dbittman / waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
☆215Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for waitfree-mpsc-queue
- Lock-free ring buffer (MPSC)☆448Updated 4 years ago
- An implementation of Seqlock in C++11☆192Updated 3 months ago
- A benchmark framework for concurrent queue implementations☆285Updated 4 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆285Updated 3 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated 2 months ago
- Our open source benchmarks and code samples☆188Updated last month
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 7 months ago
- Boost.Lockfree☆125Updated last week
- A C++ library providing various concurrent data structures and reclamation schemes.☆489Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆141Updated 8 months ago
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.☆174Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- An async redis client designed for performance and scalability☆232Updated this week
- C11 Lock-free Stack☆180Updated 6 months ago
- Event loop friendly C++ actor micro-framework, supervisable☆349Updated last month
- Comprehensive benchmarks of C++ maps☆300Updated last year
- timer.c: Tickless hierarchical timing wheel☆223Updated last year
- A public domain lock free queues implemented in C++11☆181Updated 10 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- Source code for example programs from Lord of the io_uring guide☆155Updated 3 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- Automatically exported from code.google.com/p/relacy☆208Updated 2 months ago
- A fast work-stealing queue template in C++☆296Updated 9 months ago
- Adapters for interfacing libuv with C++ resumable functions☆114Updated 2 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆139Updated 4 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated 10 months ago
- ☆127Updated 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 2 months ago
- userland threads☆464Updated last week