erez-strauss / lockfree_mpmc_queue
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆139Updated 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
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆206Updated this week
- Coroutines for C++20 & asio☆247Updated last month
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆52Updated 4 months ago
- A fast work-stealing queue template in C++☆300Updated 11 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆86Updated 4 months ago
- C++11 metaprogramming library☆254Updated 2 weeks ago
- A disruptor thread-synchronisation data structure for C++11.☆123Updated last year
- Comprehensive benchmarks of C++ maps☆303Updated last year
- Lightweight structured concurrency for C++20☆108Updated this week
- a small lightweight std::execution work-alike☆57Updated 3 months ago
- An implementation of Seqlock in C++11☆200Updated 6 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- Scope Guard & Defer C++☆163Updated last year
- General-purpose C++ graph library☆199Updated last week
- Zoo library☆115Updated 2 weeks ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆80Updated last month
- C++20 Microservice Bootstrapping Framework☆212Updated 2 weeks ago
- C++20 Meta-Programming library☆256Updated 2 weeks ago
- ☆74Updated last month
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 2 years ago
- work contracts☆66Updated 3 weeks ago
- A proposal for a executor programming model for ISO C++☆137Updated 4 years ago
- C++20 coroutine library☆124Updated 2 months ago
- C++ standard library features, "from scratch"☆181Updated last week
- C++20 [Minimal] Static Perfect Hash library☆186Updated last week
- A single header standard C++ serialization framework.☆191Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆60Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆143Updated 3 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago