Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@aceakash aceakash released this 29 Nov 21:24
· 26 commits to master since this release
  • Performance improvement for compareTwoStrings(..): now O(n) instead of O(n^2)
  • The algorithm has been tweaked slightly to disregard spaces and word boundaries. This will change the rating values slightly but not enough to make a significant difference
  • Adding a bestMatchIndex to the results for findBestMatch(..) to point to the best match in the supplied targetStrings array