casper-network / casper-trie

Apache License 2.0
1 stars 0 forks source link

Support Having One Key As A Prefix of Another #9

Open xcthulhu opened 2 years ago

xcthulhu commented 2 years ago

Right now the design of the trie store requires that for any two keys, one cannot be a prefix of another. If the trie store did not have this restriction it would be a more conventional key-value store.