Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 213 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 213 Bytes

Lightweight Trie

This is a very memory-efficient implementation of a String-keyed trie (radix tree) in Java. It's designed to use as little memory as possible while still giving reasonably fast lookup time.