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.
☆63Updated 8 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:
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆101Updated last year
- C++20 [Minimal] Static Perfect Hash library☆223Updated 2 months ago
- High-performance metrics library☆43Updated 6 months ago
- C++20 Value-oriented Metaprogramming Library☆25Updated this week
- C++20 Unit-Testing library☆48Updated 2 months ago
- Fast C++ container combining the best features of std::vector and std::deque☆128Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Lightweight header-only C++20 enum and typename reflection☆59Updated last month
- ☆52Updated 10 months ago
- Zoo library☆125Updated 2 weeks ago
- C++ small containers☆147Updated 2 months ago
- C++20 thread pool / tasking library / coroutine runtime with no compromises. Excellent performance, powerful features, and simple syntax.☆36Updated last week
- A helper to convert a header-based C++ project to module-based one.☆51Updated 10 months ago
- B++ Tree☆68Updated 11 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆219Updated 9 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆121Updated this week
- High performance, tagged binary data specification☆93Updated 3 weeks ago
- Boost.PFR without the boost namespaces☆72Updated 3 weeks ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- work contracts☆102Updated 5 months ago
- Greg's Template Library of useful classes.☆203Updated last month
- Creating a simpler, more intuitive means of C++ reflection☆124Updated 2 weeks ago
- Ease-of-use-first argument parsing for C++23☆62Updated 4 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 5 months ago
- Backward compatibly refactor header-based C++ into modules.☆91Updated 3 weeks ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- Finite State Machine using C++20 coroutines with symmetric transfer☆94Updated last year
- C++ light-weight Thread Pool library☆97Updated 4 months ago