You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The radix_trie crate was originally intended to replace sequence trie, but its API isn't as ergonomic because it deals just with vectors of bytes, with no concept of a separator. The two could be combined in an unholy union by using a RadixTrie for each layer of a SequenceTrie...
The text was updated successfully, but these errors were encountered:
The radix_trie crate was originally intended to replace sequence trie, but its API isn't as ergonomic because it deals just with vectors of bytes, with no concept of a separator. The two could be combined in an unholy union by using a
RadixTrie
for each layer of aSequenceTrie
...The text was updated successfully, but these errors were encountered: