erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆229Updated 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 High-Performance Work-Stealing Queue for C++☆333Updated 3 weeks ago
- Coroutines for C++20 & asio☆330Updated last week
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆117Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 months ago
- Implementation of the networking proposal P2762☆75Updated last month
- Example programs for Talking Async videos☆208Updated 2 years ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆117Updated this week
- An implementation of Seqlock in C++11☆235Updated last year
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- Performance benchmark framework for C++ with nanoseconds measure precision☆322Updated 6 months ago
- Lightweight structured concurrency for C++20☆157Updated last month
- An async redis client designed for performance and scalability☆272Updated this week
- work contracts☆119Updated 2 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- C++11 metaprogramming library☆280Updated last week
- C++20 Meta-Programming library☆310Updated 8 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆494Updated 10 months ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆83Updated 2 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆632Updated 5 months ago
- Scope Guard & Defer C++☆181Updated 2 years ago
- C++20 [Minimal] Static Perfect Hash library☆252Updated 6 months ago
- C++20 Microservice Bootstrapping Framework☆232Updated this week
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆108Updated this week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆805Updated this week
- Ultra fast C++11 allocator for STL containers.☆273Updated 4 years ago
- c++ wrapper around libpapi☆92Updated 8 years ago
- Zoo library☆135Updated 7 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆140Updated last month
- Header-only library for multithreaded programming☆241Updated 2 weeks ago
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆101Updated 3 weeks ago