An ultra low latency implementation of Order Book in modern C++ (C++20). Bypassing the standard library, it uses a custom memory pool allocator and chess engine inspired bit array for mapping active price levels.
benchmark bitboard low-latency hft order-book doubly-linked-list memory-pool-allocator cache-friendly-code intrusive-list
-
Updated
May 24, 2026 - C++