← projects

systems · sub-star

nano_match

low-latency limit order book and matching engine.



readme

A high-performance order matching engine in C++, built to understand how financial exchanges actually work: price-time priority matching across a limit order book, with the low-level optimizations that low-latency trading systems depend on. The core design decision is refusing to touch the heap on the hot path.

artifact

latency distribution · 0.1µs to 1.5µs

illustrative feed. orders are generated, latencies are mocked, not benchmarked.

signal log

built with

C++17

open the live demo →
view repository →