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.
☆60Updated 7 months ago
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 Value-oriented Metaprogramming Library☆24Updated 5 months ago
- C++20 Unit-Testing library☆47Updated 2 months ago
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆101Updated last year
- C++20 [Minimal] Static Perfect Hash library☆212Updated last month
- Lightweight header-only C++20 enum and typename reflection☆58Updated 2 weeks ago
- work contracts☆100Updated 4 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆113Updated last month
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- High-performance metrics library☆42Updated 5 months ago
- Boost.PFR without the boost namespaces☆71Updated 3 months ago
- B++ Tree☆68Updated 11 months ago
- C++20 thread pool / tasking library / coroutine runtime with no compromises. Excellent performance, powerful features, and simple syntax.☆35Updated last week
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 8 months ago
- ☆52Updated 9 months ago
- Zoo library☆124Updated 2 weeks ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆35Updated 8 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- C++ library aiming to replace all built-in integers☆93Updated 3 weeks ago
- Standalone version of the boost::unordered library☆27Updated 4 months ago
- An indirect value-type for C++☆83Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 8 months ago
- A minimal xoshiro256** generator with the C++ <random> interface☆35Updated 4 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- C++17 inplace_string implementation☆95Updated 6 years ago
- Ease-of-use-first argument parsing for C++23☆62Updated 4 months ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆93Updated 2 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆216Updated 8 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 5 months ago
- A helper to convert a header-based C++ project to module-based one.☆51Updated 9 months ago