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.
☆89Nov 30, 2025Updated 3 months ago
Alternatives and similar repositories for SPSC-Queue
Users that are interested in SPSC-Queue are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Fast bounded MPMC and SPSC queues for C++20☆50Nov 6, 2024Updated last year
- A vector based map that implements a red black tree under the hood. Performs faster insertions and deletions than std::map and has a red…☆13Nov 16, 2024Updated last year
- Yet another blazingly fast SPSC queue.☆43May 22, 2025Updated 10 months ago
- A modernized, community-maintained fork of pcg-cpp. Added support for Windows ARM64, MSVC fixes, and modern C++ standards.☆39Mar 3, 2026Updated 2 weeks ago
- Greg's Template Library of useful classes.☆280Jan 9, 2026Updated 2 months ago
- Ease-of-use-first argument parsing for C++23☆64Jan 7, 2026Updated 2 months ago
- A fast, concurrent, bounded, single producer, single consumer queue☆60Oct 21, 2024Updated last year
- Json benchmark based on nativejson-benchmark☆35Feb 6, 2025Updated last year
- Collection of self-contained header-only libraries for C++17☆330Mar 7, 2026Updated 2 weeks ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Sep 26, 2024Updated last year
- A C++20 metaprogramming library focusing on metafunction composition.☆13Feb 8, 2026Updated last month
- Breakdown of my aurora borealis effect as inspired by Miskatonic Studios' approach☆14Nov 18, 2024Updated last year
- C++20 [Minimal] Static Perfect Hash library☆255Jul 20, 2025Updated 8 months ago
- Boost.Mustache☆10Jan 31, 2023Updated 3 years ago
- ☆16Feb 29, 2020Updated 6 years ago
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Oct 22, 2015Updated 10 years ago
- High-performance metrics library☆48Dec 12, 2025Updated 3 months ago
- C++20 SIMD Within A Register library☆47May 9, 2025Updated 10 months ago
- High performance, tagged binary data specification☆114Updated this week
- SPSC Queue☆20May 22, 2025Updated 10 months ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆102Nov 13, 2025Updated 4 months ago
- Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, YAML, EETF☆2,491Updated this week
- Small C++ header to display async animations, counters, progress bars, and status messages☆226Jan 5, 2025Updated last year
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆840Mar 13, 2026Updated last week
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Aug 12, 2025Updated 7 months ago
- C++ client for rqlite☆13Oct 22, 2017Updated 8 years ago
- ☆34Mar 11, 2026Updated last week
- c++ wrapper around libpapi☆93Nov 26, 2017Updated 8 years ago
- Multidimensional arrays for C++. (Not an official Boost library) \\ This is a mirror of gitlab.com/correaa/boost-multi☆19Updated this week
- A C++ implementation of the Schubfach algorithm - fast and accurate conversion of IEEE-754 double values to decimal strings☆95Dec 9, 2025Updated 3 months ago
- A ring_span implementation that allows zero construction and destruction☆16Jun 7, 2020Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆111Sep 18, 2025Updated 6 months ago
- C++20 concurrency framework with no compromises. Excellent performance, powerful features, and simple syntax.☆204Feb 26, 2026Updated 3 weeks ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆99Oct 17, 2025Updated 5 months ago
- experimental parallel json parser, scj3 (claujson)☆14Mar 5, 2026Updated 2 weeks ago
- The C++ Mixin Support Library: Sandwich Mixins all the way☆43Mar 8, 2023Updated 3 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆108Mar 31, 2024Updated last year
- fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.☆998Feb 13, 2025Updated last year