erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆187Updated 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:
- A fast work-stealing queue template in C++☆315Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- An implementation of Seqlock in C++11☆219Updated last year
- work contracts☆103Updated 2 weeks ago
- Coroutines for C++20 & asio☆297Updated this week
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆105Updated 11 months ago
- Lightweight structured concurrency for C++20☆132Updated 2 weeks ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆64Updated 8 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆308Updated 3 weeks ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆220Updated 10 months ago
- c++ wrapper around libpapi☆76Updated 7 years ago
- Zoo library☆126Updated last month
- Header-only library for multithreaded programming☆234Updated 4 months ago
- Boost.org unordered module☆75Updated last month
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 3 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Example programs for Talking Async videos☆198Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆600Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- C++11 metaprogramming library☆263Updated last month
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- C++20 Microservice Bootstrapping Framework☆227Updated 2 weeks ago
- a small lightweight std::execution work-alike☆65Updated 4 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated 2 weeks ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆264Updated 2 weeks ago