drogalis / SPSC-QueueLinks
A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, faster than many of the leading SPSC queues.
☆81Updated last month
Alternatives and similar repositories for SPSC-Queue
Users that are interested in SPSC-Queue are comparing it to the libraries listed below
Sorting:
- C++20 [Minimal] Static Perfect Hash library☆246Updated 5 months ago
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆107Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- C++20 Value-oriented Metaprogramming Library☆25Updated last month
- Light-weight Thread Pool library in modern C++☆104Updated last month
- C++17 inplace_string implementation☆97Updated 7 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Zoo library☆134Updated 6 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 5 months ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated last year
- work contracts☆116Updated last month
- C++20 Unit-Testing library☆52Updated 8 months ago
- ☆54Updated last year
- an experimental standard C++ library☆92Updated last year
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated 2 months ago
- Lightweight structured concurrency for C++20☆157Updated 3 weeks ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆167Updated 3 weeks ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆37Updated 3 weeks ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆227Updated last year
- B++ Tree☆71Updated last year
- C++20 coroutine runtime built on top of io_uring☆21Updated last year
- Json benchmark based on nativejson-benchmark☆34Updated 11 months ago
- C++20 Static Branch library☆95Updated 7 months ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆139Updated last week
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- c++ wrapper around libpapi☆90Updated 8 years ago