Releases: tushushu/murmurust
Releases · tushushu/murmurust
Release 1.3.1
What's Changed
- Make
hash128_x64
use default parameters; - Generate benchmark report for
mmr3
1.3.1;
Full Changelog: 1.3.0...1.3.1
Release 1.3.0
What's new?
- Implement
hash128_x64
function; mmr3
1.2.0 Benchmark doc;- More examples.
Full Changelog: 1.2.0...1.3.0
Release 1.2.0
What's New?
- Make
hash32
function 1.7x faster thanmmh3.hash
; - Add downloads badge;
- Benchmark workflow.
Full Changelog: 1.1.0...1.2.0
Release 1.1.0
What's New?
- Support return value as signed integer;
- Support default seed;
- Use lib
mmh3
in the unit tests; - Improve the
Readme.md
by adding more examples and badges.
Full Changelog: 1.0.0...1.1.0
Release 1.0.0
What's Changed
- Implement
hash32
function.
Full Changelog: https://github.com/tushushu/murmurust/commits/1.0.0