Skip to content

Releases: schollz/closestmatch

v2.1.0

24 Apr 02:25
Compare
Choose a tag to compare

Improvements:

  • Matching is 2-6x faster (6x faster for multi-core computers) than v1.0
  • Saving is 4-5x faster than v1.0 and loading is 1-2x faster than v1.0

The speed improvements are due to uses a different precomputation scheme which increases the size of the on-disk database by 1-3x versus than v1.0.

The breaking change here is that the files are saved as gob files and not JSON anymore, so that you must delete your old cache files.

v1.0.0

23 Apr 11:49
Compare
Choose a tag to compare
Update README.md