Skip to content

Commit

Permalink
Merge pull request #270 from dynatrace-oss/update-readme
Browse files Browse the repository at this point in the history
added xxh3 to readme
  • Loading branch information
oertl committed Aug 1, 2024
2 parents 3a40ea9 + d332023 commit caffe3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ hash4j currently implements the following hash algorithms:
* farmhashna
* farmhashuo
* [PolymurHash 2.0](https://github.com/orlp/polymur-hash)
* [XXH3](https://github.com/Cyan4973/xxHash)

All hash functions are thoroughly tested against the native reference implementations and also other libraries like [Guava Hashing](https://javadoc.io/doc/com.google.guava/guava/latest/com/google/common/hash/package-summary.html), [Zero-Allocation Hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing), [Apache Commons Codec](https://commons.apache.org/proper/commons-codec/apidocs/index.html), or [crypto](https://github.com/appmattus/crypto) (see [CrossCheckTest.java](src/test/java/com/dynatrace/hash4j/hashing/CrossCheckTest.java)).

Expand Down

0 comments on commit caffe3b

Please sign in to comment.