You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.