michaelsproul / rust_radix_trie

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

Make the remove function iterative #26

Open michaelsproul opened 7 years ago

michaelsproul commented 7 years ago

It's tail recursive now, which is better, but I think it could still be faster.