erez-strauss / lockfree_mpmc_queueLinks
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
☆226Updated 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:
- Coroutines for C++20 & asio☆327Updated last week
- A High-Performance Work-Stealing Queue for C++☆331Updated this week
- An implementation of Seqlock in C++11☆234Updated last year
- work contracts☆116Updated last month
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆115Updated last year
- Lightweight structured concurrency for C++20☆157Updated 3 weeks ago
- c++ wrapper around libpapi☆90Updated 8 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆320Updated 5 months ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated last month
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆81Updated last month
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆115Updated this week
- A C++ library providing various concurrent data structures and reclamation schemes.☆629Updated 5 months ago
- Implementation of the networking proposal P2762☆73Updated last week
- Example programs for Talking Async videos☆208Updated 2 years ago
- Header-only library for multithreaded programming☆240Updated 9 months ago
- C++ serializers benchmark with realistic data☆127Updated 2 years ago
- An async redis client designed for performance and scalability☆270Updated this week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆282Updated 3 weeks ago
- Zoo library☆135Updated 6 months ago
- Scope Guard & Defer C++☆181Updated last year
- Light, fast, threadpool for C++20☆110Updated 2 years ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated last month
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆167Updated 3 weeks ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆107Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 2 weeks ago