erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆178Updated 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:
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆104Updated 9 months ago
- A fast work-stealing queue template in C++☆308Updated last year
- Coroutines for C++20 & asio☆287Updated this week
- Lightweight structured concurrency for C++20☆127Updated last month
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆66Updated 9 months ago
- An implementation of Seqlock in C++11☆212Updated 10 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆256Updated last week
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- work contracts☆101Updated 4 months ago
- Zoo library☆124Updated 2 weeks ago
- Lock-free atomic_shared_ptr implementations☆43Updated last year
- A fast, simple tuple implementation that implements tuple as an aggregate☆218Updated 8 months ago
- Implementation of the networking proposal P2762☆43Updated last month
- C++20 Meta-Programming library☆284Updated 3 weeks ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆593Updated 3 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆113Updated last month
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Example programs for Talking Async videos☆196Updated 2 years ago
- General-purpose C++ graph library☆219Updated this week
- A low overhead nanosecond clock based on x86 TSC☆328Updated 4 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆304Updated 2 months ago
- A micro microbenchmarking library for C++11 in a single header file☆219Updated 2 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆709Updated 3 months ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆92Updated last week
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- C++20 [Minimal] Static Perfect Hash library☆222Updated last month
- Scope Guard & Defer C++☆175Updated last year