erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆203Updated 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:
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated last year
- A fast work-stealing queue template in C++☆321Updated last year
- An implementation of Seqlock in C++11☆223Updated last year
- Coroutines for C++20 & asio☆312Updated 3 weeks ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆108Updated last year
- Lightweight structured concurrency for C++20☆145Updated 2 weeks ago
- Zoo library☆129Updated 3 months ago
- work contracts☆111Updated 2 weeks ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆313Updated 2 months ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Implementation of the networking proposal P2762☆58Updated last week
- C++20 Meta-Programming library☆296Updated 4 months ago
- C++11 metaprogramming library☆267Updated 3 weeks ago
- An async redis client designed for performance and scalability☆265Updated last week
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆273Updated this week
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆96Updated this week
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆71Updated 10 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Lock-free atomic_shared_ptr implementations☆46Updated last year
- A fast, simple tuple implementation that implements tuple as an aggregate☆222Updated last year
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆613Updated last month
- Header-only library for multithreaded programming☆236Updated 6 months ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆88Updated this week
- C++17 Run-time Polymorphism (Type Erasure) library☆491Updated 6 months ago
- C++20 Microservice Bootstrapping Framework☆229Updated last week
- Scope Guard & Defer C++☆176Updated last year