erez-strauss / lockfree_mpmc_queue
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆170Updated last year
Alternatives and similar repositories for lockfree_mpmc_queue
Users that are interested in lockfree_mpmc_queue are comparing it to the libraries listed below
Sorting:
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆103Updated 8 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆65Updated 7 months ago
- Coroutines for C++20 & asio☆277Updated 3 weeks ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆247Updated last week
- An async redis client designed for performance and scalability☆249Updated this week
- An implementation of Seqlock in C++11☆208Updated 9 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆578Updated last month
- Example programs for Talking Async videos☆192Updated 2 years ago
- Scope Guard & Defer C++☆173Updated last year
- Lightweight structured concurrency for C++20☆120Updated 3 weeks ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆107Updated last month
- A fast work-stealing queue template in C++☆306Updated last year
- A fast, simple tuple implementation that implements tuple as an aggregate☆216Updated 7 months ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆52Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- work contracts☆97Updated 3 months ago
- A low overhead nanosecond clock based on x86 TSC☆323Updated 3 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- A library of C++ coroutine abstractions for the coroutines TS☆388Updated 3 weeks ago
- Header-only library for multithreaded programming☆234Updated last month
- Performance benchmark framework for C++ with nanoseconds measure precision☆299Updated 3 weeks ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- a small lightweight std::execution work-alike☆66Updated last month
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆54Updated 6 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆180Updated 5 years ago
- Zoo library☆123Updated 2 weeks ago
- C++11 metaprogramming library☆258Updated last week
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year