michaelsproul / rust_radix_trie

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

Optimization store keys #47

Closed ava57r closed 2 years ago

ava57r commented 5 years ago

In problem #45 the question of key storage was raised. To reduce the size of the tree in memory, this is a good optimization.

dralley commented 2 years ago

Probably relevant: https://github.com/michaelsproul/rust_radix_trie/issues/68