erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆199Updated 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:
- An implementation of Seqlock in C++11☆221Updated last year
- A fast work-stealing queue template in C++☆319Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 11 months ago
- Lightweight structured concurrency for C++20☆139Updated 2 weeks ago
- Coroutines for C++20 & asio☆298Updated last week
- Implementation of the networking proposal P2762☆50Updated 2 weeks ago
- work contracts☆104Updated last month
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆105Updated 11 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- C++20 Meta-Programming library☆290Updated 2 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆267Updated last week
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- Zoo library☆127Updated 2 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆311Updated last month
- A fast, simple tuple implementation that implements tuple as an aggregate☆221Updated 10 months ago
- c++ wrapper around libpapi☆79Updated 7 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆122Updated last month
- Implementation of the std::execution (P2300, sender/receiver) proposal☆82Updated last week
- An async redis client designed for performance and scalability☆260Updated last week
- a small lightweight std::execution work-alike☆65Updated 4 months ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆94Updated this week
- C++20 Microservice Bootstrapping Framework☆227Updated last week
- A C++ library providing various concurrent data structures and reclamation schemes.☆605Updated 2 weeks ago
- Lock-free atomic_shared_ptr implementations☆45Updated last year
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆66Updated 9 months ago
- Example programs for Talking Async videos☆199Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago