Low-latency trading engine in C++.
Internal component. Development happens in private forks; this repository tracks shared interfaces and reference implementations.
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j
./build/hft_engineRequires C++20 compiler and CMake 3.20+.