erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆219Updated 2 years ago
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:
- A fast work-stealing queue template in C++☆330Updated last year
- Coroutines for C++20 & asio☆326Updated 2 weeks ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆113Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆71Updated 3 weeks ago
- Lightweight structured concurrency for C++20☆154Updated last week
- A C++ library providing various concurrent data structures and reclamation schemes.☆626Updated 4 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- work contracts☆116Updated last month
- An implementation of Seqlock in C++11☆230Updated last year
- Implementation of the networking proposal P2762☆69Updated 2 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆318Updated 5 months ago
- An async redis client designed for performance and scalability☆270Updated 2 weeks ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆112Updated 2 weeks ago
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- c++ wrapper around libpapi☆89Updated 8 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆79Updated 3 weeks ago
- Example programs for Talking Async videos☆208Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆333Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆100Updated this week
- Zoo library☆132Updated 6 months ago
- C++11 metaprogramming library☆278Updated last week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆279Updated this week
- A disruptor thread-synchronisation data structure for C++11.☆147Updated 2 years ago
- Concurrent Deferred Reference Counting☆173Updated last year
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆139Updated this week
- C++20 Microservice Bootstrapping Framework☆232Updated 3 weeks ago
- C++20 Meta-Programming library☆307Updated 6 months ago