Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 313 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 313 Bytes

Rust Orderbook.

Limit Orderbook written in Rust. Only supports limit orders. Price time priority. In an orderbook with 1 million orders, can match a single order in about 10 microseconds.

For more info, look at my blog post here: Porting a Python Limit Orderbook to Rust