/LookupTrie

LookupTrees are an alternative to Dictionaries that provide better space usage when the keys are similar (low hamming distance)

Primary LanguagePython

Watchers