Quickenshtein v1.4.0 Release Notes

Release Date: 2020-05-03 // almost 4 years ago
  • 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