dbittman / waitfree-mpsc-queueLinks
A wait-free multi-producer-single-consumer queue in C11 atomics
☆227Updated 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
Sorting:
- Lock-free ring buffer (MPSC)☆462Updated 5 years ago
- An implementation of Seqlock in C++11☆221Updated last year
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 11 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆318Updated last year
- Our open source benchmarks and code samples☆192Updated last month
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- Boost.Lockfree☆138Updated 2 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A STL allocator that mmaps files☆249Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- ☆335Updated 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
- Boost.Coroutine2☆135Updated 2 weeks ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆135Updated 2 years ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 11 months ago
- Modern C++ B-tree containers☆275Updated 2 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- ☆44Updated 4 years ago
- Lock-free implementation of the token bucket algorithm in C++☆59Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆106Updated 5 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago