erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆211Updated 2 years ago
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:
- A fast work-stealing queue template in C++☆326Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 3 weeks ago
- Coroutines for C++20 & asio☆319Updated 3 weeks ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆113Updated last year
- Lightweight structured concurrency for C++20☆151Updated this week
- An implementation of Seqlock in C++11☆228Updated last year
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆621Updated 3 months ago
- work contracts☆114Updated last month
- Implementation of the networking proposal P2762☆68Updated last month
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆155Updated 4 years ago
- Zoo library☆133Updated 4 months ago
- Lock-free atomic_shared_ptr implementations☆47Updated last year
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- c++ wrapper around libpapi☆84Updated 7 years ago
- Light, fast, threadpool for C++20☆108Updated 2 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆75Updated last year
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆98Updated last week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆276Updated 2 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- C++11 metaprogramming library☆276Updated last week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆328Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated last month
- Performance benchmark framework for C++ with nanoseconds measure precision☆315Updated 4 months ago
- Scope Guard & Defer C++☆177Updated last year
- Example programs for Talking Async videos☆206Updated 2 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆134Updated last week
- An async redis client designed for performance and scalability☆269Updated this week
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆150Updated 2 weeks ago