petr-tik / dark_rusty_pool

Limit order book written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a faster hashing algorithm

fdoyon opened this issue · comments

Rust uses a cryptographically secure hashing function by default. For order book matching you can use FNV. Check the fnv crate