Fastenshtein

Fastenshtein is one of the fastest .Net Levenshtein projects around. Levenshtein calculates the shortest possible distance between two strings. Producing a count of the number of insertions, deletions and substitutions to make one string into another.


Fastenshtein is an optimized and fully unit tested Levenshtein implementation. It is optimized for speed and memory usage.