C++14 concurrent lock-free low-latency queue.
-
Updated
Sep 15, 2026 - C++
C++14 concurrent lock-free low-latency queue.
Lock-free MPSC channel in Zig achieving 180+ billion messages/second via ring-decomposed architecture
Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random
Lock-free queue implementations for Nim.
High-performance async runtime for Nim with structured concurrency, lock-free channels, and work-stealing scheduler
A fast no-std single-producer single-consumer (SPSC) ring buffer designed for low-latency and high-throughput scenarios.
A modular, no_std-first Rust foundation for low-latency trading systems — fixed-point arithmetic, typed event transport, lock-free queues, verified with Miri & Kani
High-performance AutoHotkey v2 library suite for real-time pipelines (Lock-Free IPC, SPSC, EMA, Telemetry, Watchdog, Raw Input...) with selftests and Gold stacks.
An RPC solution that is agnostic on serialization formats, transports and coroutine libraries. With remote RAII object management support. A major rewrite of https://github.com/edwardbr/rpc
A股 L2 逐笔行情订单簿重建引擎 (C++/SPSC/ClickHouse): 深沪两市流式回放, 快照逐帧审计, 70 场回归与参照实现逐位一致; 1,292,270 msg/s, 较 Python 提升820X
A fast and simple ring-buffer based single-producer, single-consumer queue with no dependencies built on Rust
SPSC channels in Rust transmitted over e.g. TCP
A lock-free single-producer, single-consumer (SPSC) ring buffer optimized for low cross-core latency.
Yet another lock-free SPSC Ring Buffer (FIFO Queue).
C++23 low-latency order book engine — lock-free SPSC/MPSC queues, SOA order book, pinned threads, benchmarked under concurrent market data and matching load
A high-performance, header-only lock-free queue implementation library for C++.
To associate your repository with the spsc topic, visit your repo's landing page and select "manage topics."