rust_radix_trie icon indicating copy to clipboard operation
rust_radix_trie copied to clipboard

Optimization store keys

Open ava57r opened this issue 5 years ago • 1 comments

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

ava57r avatar Mar 03 '19 05:03 ava57r

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

dralley avatar Dec 27 '21 21:12 dralley