michaelsproul / rust_radix_trie

Fast generic radix trie implemented in Rust
https://docs.rs/radix_trie/
MIT License
188 stars 33 forks source link

Add basic criterion benches, update to 2018 version. #52

Closed DevinR528 closed 5 years ago

DevinR528 commented 5 years ago

Sorry about doing more than one thing in this PR it took me a while to get criterion happy. I realized I was trying to use 2018 edition imports. If the update is not wanted I will start a new PR with only criterion. I can either start working on benching and optimizing from here or start a separate PR.