Fastenshtein icon indicating copy to clipboard operation
Fastenshtein copied to clipboard

The fastest .Net Levenshtein around

Results 5 Fastenshtein issues
Sort by recently updated
recently updated
newest added

Is it possible to update your performance table to include [FuzzySharp](https://github.com/JakeBayer/FuzzySharp)?

Does Fastensthein include a method to find substrings that are similar to a search string? I know that this can be done using [a modified version](https://stackoverflow.com/a/37804497/975097) of the Levenshtein distance...

I'm trying to use Fastenshtein in a SSIS package. To do that, the DLL must be registered in the GAC. From what I understand you have to sign your dll...

Consider signing the assembly which is unfortunately still a thing for many projects.

Missing tag and release for 1.0.0.8 and some other previous versions Its useful to have these tags on the repo for comparison. Is the current master HEAD 1.0.0.8 ?