fast-trie
v0.0.1
Published
Javascript implementation of hybrid radix tries, optimized for speed. Supports non-unique keys, iteration, range queries, and fast diffing, similar to a Merkle tree.
Downloads
1
Readme
fast-trie
Javascript implementation of hybrid radix tries, optimized for speed. Supports non-unique keys, iteration, range queries, and fast diffing, similar to a Merkle tree.