erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆217Updated 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++☆327Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆70Updated this week
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆113Updated last year
- An implementation of Seqlock in C++11☆229Updated last year
- Lightweight structured concurrency for C++20☆153Updated last week
- work contracts☆116Updated 2 weeks ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Coroutines for C++20 & asio☆323Updated 3 weeks ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆79Updated this week
- A C++ library providing various concurrent data structures and reclamation schemes.☆625Updated 3 months ago
- Implementation of the networking proposal P2762☆69Updated last month
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆156Updated 4 years ago
- C++20 Meta-Programming library☆303Updated 6 months ago
- Ultra fast C++11 allocator for STL containers.☆275Updated 3 years ago
- C++20 Microservice Bootstrapping Framework☆233Updated this week
- Zoo library☆132Updated 5 months ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆319Updated 4 months ago
- Header-only library for multithreaded programming☆239Updated 8 months 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
- C++20 State Machine library☆232Updated 6 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- C++20 [Minimal] Static Perfect Hash library☆244Updated 4 months ago
- An async redis client designed for performance and scalability☆269Updated this week
- A fast, simple tuple implementation that implements tuple as an aggregate☆226Updated last year
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- Implementation of the std::execution (P2300, sender/receiver) proposal☆106Updated 3 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆590Updated 4 months ago
- C++11 metaprogramming library☆278Updated 3 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago