Releases: dice-group/dice-hash
Releases · dice-group/dice-hash
0.4.0
What's Changed
-
added top level header
<dice/hash.hpp>
-
set
WYHASH_CONDOM
to 2 -
changed namespace from
Dice::
todice::
-
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
0.2.0
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