Implementation of a lock-free append-only skiplist
-
Updated
Dec 9, 2024 - C++
Implementation of a lock-free append-only skiplist
a single producer single customer lock-free (atomic) queue
Low-latency system that consumes historical market data from Databento, passes it through a lock-free ring buffer, and processes it in a separate thread to compute a simple real-time statistic.
C++ RCU: header-only, dependency-free, RAII-based snapshot isolation
A lightweight multithreading C++ network library based on Reactor.
Header-only C++20 library for lock-free, time-stamped metric recording in multi-threaded applications.
About.com August'08 Programming Challenge 17 - Implement Life
A deterministic, production-grade matching engine for quantitative trading — built with strong typing, event sourcing, invariants, and property-based testing.
c++, mutlithread, lock-free
C++11 lock-free atomic wrapper
The implementation of a fast lock-free and allocation-free multi-producer/multi-consumer (MPMC) queue in C++
A high-performance, lock-free message broker in C++ using atomic ring buffers with publish-subscribe support, multi-threaded communication, and nanosecond latency benchmarking.
libHPC
Lock-Free Double Buffering Library for C++
Add a description, image, and links to the lock-free topic page so that developers can more easily learn about it.
To associate your repository with the lock-free topic, visit your repo's landing page and select "manage topics."