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.
☆79Updated 3 weeks ago
Alternatives and similar repositories for SPSC-Queue
Users that are interested in SPSC-Queue are comparing it to the libraries listed below
Sorting:
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆106Updated last year
- C++20 [Minimal] Static Perfect Hash library☆245Updated 5 months ago
- C++20 Value-oriented Metaprogramming Library☆25Updated 3 weeks ago
- work contracts☆116Updated last month
- C++20 Unit-Testing library☆52Updated 8 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆218Updated 2 years ago
- Zoo library☆132Updated 6 months ago
- Light-weight Thread Pool library in modern C++☆103Updated last month
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- High-performance metrics library☆47Updated last week
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- C++20 Static Branch library☆94Updated 6 months ago
- C++20 coroutine runtime built on top of io_uring☆21Updated last year
- B++ Tree☆70Updated last year
- C++17 inplace_string implementation☆97Updated 7 years ago
- Lightweight header-only C++20 enum and typename reflection☆82Updated 5 months ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated last month
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆139Updated 2 weeks ago
- An implementation of Seqlock in C++11☆229Updated last year
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- Boost.PFR without the boost namespaces☆75Updated 6 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆226Updated last year
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆68Updated 3 weeks ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆67Updated 2 years ago
- C++20 Memory Allocator library☆36Updated 7 months ago
- A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest js…☆90Updated last week
- c++ wrapper around libpapi☆89Updated 8 years ago