erez-strauss / lockfree_mpmc_queue
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆151Updated 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☆93Updated 6 months ago
- Coroutines for C++20 & asio☆255Updated this week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆60Updated 5 months ago
- An implementation of Seqlock in C++11☆206Updated 7 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆207Updated this week
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A fast work-stealing queue template in C++☆302Updated last year
- Zoo library☆120Updated this week
- Lightweight structured concurrency for C++20☆109Updated 3 weeks ago
- work contracts☆81Updated 3 weeks ago
- Scope Guard & Defer C++☆165Updated last year
- Comprehensive benchmarks of C++ maps☆305Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- Lock-free atomic_shared_ptr implementations☆37Updated 9 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆140Updated 10 months ago
- Polymorphic memory resource for real-time applications.☆66Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆148Updated 11 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- A disruptor thread-synchronisation data structure for C++11.☆124Updated last year
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆52Updated last year
- C++20 Meta-Programming library☆256Updated last month
- A highly optimized single producer single consumer message queue C++ template☆258Updated 2 years ago
- C++20 [Minimal] Static Perfect Hash library☆189Updated last month
- Concurrent Deferred Reference Counting☆158Updated last year
- C++20 Microservice Bootstrapping Framework☆213Updated last month
- Light, fast, threadpool for C++20☆98Updated last year
- A fast, simple tuple implementation that implements tuple as an aggregate☆210Updated 5 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆546Updated 2 weeks ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆90Updated this week