Closed ava57r closed 2 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.
Probably relevant: https://github.com/michaelsproul/rust_radix_trie/issues/68
In problem #45 the question of key storage was raised. To reduce the size of the tree in memory, this is a good optimization.