Quickenshtein v1.5.0 Release Notes
Release Date: 2020-06-14 // almost 3 years ago-
Performance Improvements
Previous changes from v1.4.0
-
Performance Improvements
- Replaced primary .NET Core implementation with new Diagonal Levenshtein Calculation, based on Anna Henningsen's C implementation of Levenshtein Distance - approximately 40% faster than previous
- Faster sequential filling for non-diagonal calculations - approximately 20-40% faster than previous