search-fuzzy

A simple fuzzy search algorithm that uses the Levenshtein distance algorithm to find the closest match to a given string.

cached-levenshtein

Uses cache to save already computed levenshtein distance. If the strings you compare often repeat, this will save you a lot of compotation power