Skip to content

v0.21.0

Latest
Compare
Choose a tag to compare
@oertl oertl released this 31 Mar 11:43
· 23 commits to main since this release
804e67c

What's Changed

  • added convenience functions for mixing/hashing integers and longs to an int
    • Hasher32.hashLongLongToInt
    • Hasher32.hashLongLongLongToInt
    • Hasher32.hashLongIntToInt
    • Hasher32.hashIntLongToInt
    • Hasher32.hashIntIntIntToInt
  • added convenience functions for mixing/hashing integers and longs to a long
    • Hasher64.hashIntLongToLong
    • Hasher64.hashIntIntIntToLong
    • Hasher64.hashLongIntToLong

Full Changelog: v0.20.0...v0.21.0