Skip to content

v0.12.0

Compare
Choose a tag to compare
@oertl oertl released this 06 Sep 07:56
· 349 commits to main since this release
bf82b7f

New Features:

  • new hash function FarmHashNa
  • added FastSimHash, a fast implementation of the SimHash algorithm for similarity hashing
  • added set and reset methods to the MartingaleEstimator to enable object reuse
  • added hashLongLongToLong and hashLongLongLongToLong to the Hasher64 interface for fast hashing (mixing) of 2 or 3 longs

Full Changelog: v0.11.0...v0.12.0