petr-tik / dark_rusty_pool

Limit order book written in Rust
71 stars 10 forks source link

compile-time size of strings #5

Closed petr-tik closed 6 years ago

petr-tik commented 6 years ago

see if you replacing Strings for orders is better with String::with_capacity

petr-tik commented 6 years ago

don't need strings anymore