Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 178 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 178 Bytes

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.