Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 06:59
· 98 commits to main since this release
1.1.0
35cc7b0

Added

  • Added Fnv1-a and Murmur3 based hashers. This brings the available hashers to:
    • Crc32Hasher
    • Fnv1AHasher
    • Md5Hasher
    • Murmur3Hasher
    • Xxh32Hasher
  • Added unit tests for the Fnv1-a and Murmur3 based hashers.
  • Added tests/BenchmarkTest back, which was previously removed in the 1.0.0 release.

Changed

  • Improved the PHPBench benchmark in tests/Bench and reduced to one class.

Removed

  • With the improvement to tests/Bench/LookupBench, the following were no longer needed:
    • tests/Bench/LookupBenchCrc32
    • tests/Bench/LookupBenchFnv1A
    • tests/Bench/LookupBenchMurmur3
    • tests/Bench/LookupBenchXxh32