Fastest way to find a word?

Soundex ?

I meant just in terms of overall data structures
Levenshtein , Soundex or metaphone but there are issues with each

I use Levenshtein’s distance formula for my string comparisons process. really works well :slight_smile: