Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 205 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 205 Bytes

OrderBookImplementation

For building (Tested on Windows 11 and godbolt.org):

mkdir build
cd build
cmake .. -GNinja
ninja

Performance is measured to be ~6000 nanoseconds per update_bbo() call.