Skip to content

Releases: tushushu/murmurust

Release 1.3.1

22 Aug 11:57
9945e02
Compare
Choose a tag to compare

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

20 Aug 09:53
a336ae3
Compare
Choose a tag to compare

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

05 Aug 14:36
259283e
Compare
Choose a tag to compare

What's New?

  • Make hash32 function 1.7x faster than mmh3.hash;
  • Add downloads badge;
  • Benchmark workflow.

Full Changelog: 1.1.0...1.2.0

Release 1.1.0

28 Jul 14:29
d68145d
Compare
Choose a tag to compare

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

23 Jul 08:20
c9e703e
Compare
Choose a tag to compare

What's Changed

  • Implement hash32 function.

Full Changelog: https://github.com/tushushu/murmurust/commits/1.0.0