Skip to content

v1.0.1

Compare
Choose a tag to compare
@lithammer lithammer released this 13 May 08:47
· 19 commits to master since this release
  • New string hasher helpers added. The old ones have been deprecated since they're not safe for concurrent use. #7

Perform the following changes to move to the new helpers:

jump.CRC32jump.NewCRC32()
jump.CRC64jump.NewCRC64()
jump.FNV1jump.NewFNV1()
jump.FNV1ajump.NewFNV1a()