erez-strauss / lockfree_mpmc_queue
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆170Updated 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☆99Updated 7 months ago
- A fast work-stealing queue template in C++☆305Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 7 months ago
- Coroutines for C++20 & asio☆271Updated last week
- Comprehensive benchmarks of C++ maps☆308Updated 2 years ago
- C++20 Meta-Programming library☆280Updated this week
- Lightweight structured concurrency for C++20☆120Updated last month
- A fast, simple tuple implementation that implements tuple as an aggregate☆215Updated 6 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆297Updated last week
- C++20 Microservice Bootstrapping Framework☆218Updated 3 months ago
- An implementation of Seqlock in C++11☆208Updated 8 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆576Updated 3 weeks ago
- C++11 metaprogramming library☆255Updated 2 weeks ago
- work contracts☆97Updated 2 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆239Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- C++20 [Minimal] Static Perfect Hash library☆203Updated this week
- Header-only library for multithreaded programming☆234Updated 3 weeks ago
- An async redis client designed for performance and scalability☆247Updated 2 weeks ago
- Zoo library☆122Updated last month
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- Fast and memory efficient c++ flat hash map/set☆590Updated last week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Scope Guard & Defer C++☆172Updated last year
- A library of C++ coroutine abstractions for the coroutines TS☆385Updated this week
- a small lightweight std::execution work-alike☆65Updated 3 weeks ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆85Updated last week
- Light, fast, threadpool for C++20☆101Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year