erez-strauss / lockfree_mpmc_queue
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆163Updated 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
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆98Updated 7 months ago
- An implementation of Seqlock in C++11☆209Updated 8 months ago
- Coroutines for C++20 & asio☆260Updated 2 weeks ago
- Comprehensive benchmarks of C++ maps☆307Updated last year
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆235Updated 2 weeks ago
- Lightweight structured concurrency for C++20☆112Updated last week
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- C++20 [Minimal] Static Perfect Hash library☆196Updated 2 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- C++ serializers benchmark with realistic data☆122Updated 2 years ago
- C++11 metaprogramming library☆255Updated 2 weeks ago
- A fast work-stealing queue template in C++☆305Updated last year
- C++20 Meta-Programming library☆275Updated 2 months ago
- A highly optimized single producer single consumer message queue C++ template☆260Updated 2 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆213Updated 6 months ago
- Zoo library☆122Updated last month
- Polymorphic memory resource for real-time applications.☆66Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- c++ wrapper around libpapi☆63Updated 7 years ago
- Header-only library for multithreaded programming☆234Updated this week
- work contracts☆93Updated last month
- A simple replacement for std::unordered_map☆47Updated 8 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆81Updated last week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 6 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆144Updated 3 years ago
- A low overhead nanosecond clock based on x86 TSC☆317Updated last month
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆50Updated 4 months ago
- C++ standard library features, "from scratch"☆184Updated 2 months ago