Skip to content

Javascript implementation of hybrid radix tries, optimized for speed. Supports non-unique keys, iteration, range queries, and fast diffing, similar to a Merkle tree.

License

Notifications You must be signed in to change notification settings

monolithlabs/fast-trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Javascript implementation of hybrid radix tries, optimized for speed. Supports non-unique keys, iteration, range queries, and fast diffing, similar to a Merkle tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published