Skip to content

Releases: dice-group/dice-hash

0.4.0

23 Jun 13:49
d3ce92e
Compare
Choose a tag to compare

What's Changed

  • added top level header <dice/hash.hpp>

  • set WYHASH_CONDOM to 2

  • changed namespace from Dice:: to dice::

  • updated cmake and conan

  • moved conan test_package to top level

  • added actions to build and test conan package

Full Changelog: 0.3.0...0.4.0

0.3.0

25 May 15:57
27ac9a8
Compare
Choose a tag to compare

What's Changed

  • Update wyhash to the latest version by @bigerl in #30
  • Library is now header-only (CMake INTERFACE)

Full Changelog: 0.2.0...0.3.0

0.2.0

22 Mar 07:40
2f4c37a
Compare
Choose a tag to compare

Major changes:

  • configurable policies. A policy defines which hash, seed and combine functions you use.
  • Predefined policies for wyhash, xxh3 and Martinus' robin-hood-hashing internal hash.
  • interfaces based on dice-hash 0.1.0 will most likely break with 0.2.0
  • hashes might not be stable between versions
  • there is no single-header-file anymore
  • the library hash statically linked parts and is not header-only anymore

0.1.0

20 Jan 10:52
2e97ce5
Compare
Choose a tag to compare

First release.

FYI: The hashes produced by this version are stable. But it is not guaranteed that future versions will produce the same hash.