Skip to content

v4.0.0

Latest

Choose a tag to compare

@ukushu ukushu released this 30 Dec 07:57
· 14 commits to main since this release

v4.0.0

  • Renamed Levenstain to Levenstein (Breaked backward compatibility)
  • Improved Levenstein performance by implementing LevensteinBitap algorithm
  • Now you can choose which one algorithm do you want to use in Levenstain. You can choose: .text and .bitap. Default is .bitap because of it's much-much faster.
  • Separated Levenstein and FuzzyFind, because of FuzzyFind is not related to Levenstein
  • Implemented and used BitapFilter inside of FuzzyFind to improve performance FuzzyFind's performance
  • Improved tests
  • Minor documentation fixes
  • Other minor improvements