Skip to content

Releases: lithammer/go-jump-consistent-hash

v1.0.2

16 Mar 20:50
41b9a9b
Compare
Choose a tag to compare
  • Added go.mod file.

v1.0.1

13 May 08:47
Compare
Choose a tag to compare
  • 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()