github rapidfuzz/RapidFuzz v1.2.0
Release 1.2.0

latest releases: v3.14.1, v3.14.0, v3.13.0...
4 years ago

Changed

  • add more benchmarks to documentation

Performance

  • add bitparallel implementation to InDel Distance (Levenshtein with the weights 1,1,2) for strings with a length > 64
  • improve bitparallel implementation of uniform Levenshtein distance for strings with a length > 64
  • use the InDel Distance and uniform Levenshtein distance in more cases instead of the generic implementation
  • Directly use the Levenshtein implementation in C++ instead of using it through Python in process.*

Don't miss a new RapidFuzz release

NewReleases is sending notifications on new releases.