persistent-hash-trie
persistent-hash-trie copied to clipboard
Implement Array-Mapped Tries
Change the Trie to use Array-Mapping to store keys, as set out in Bagwell (2001) - Ideal Hash Tries.. Measure performance to determine efficacy.