Skip to content

Commit

Permalink
Merge pull request #109 from lyrachord/patch-1
Browse files Browse the repository at this point in the history
Update xxHash url in README.md
  • Loading branch information
odaira authored Aug 22, 2017
2 parents 712908a + ea1027a commit ad4762a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ int decompressedLength2 = decompressor2.decompress(compressed, 0, compressedLeng

# xxhash Java

xxhash hashing for Java, based on Yann Collet's work available at
http://code.google.com/p/xxhash/. xxhash is a non-cryptographic, extremly fast
xxhash hashing for Java, based on Yann Collet's work available at https://github.com/Cyan4973/xxHash (old version
http://code.google.com/p/xxhash/). xxhash is a non-cryptographic, extremly fast
and high-quality ([SMHasher](http://code.google.com/p/smhasher/wiki/SMHasher)
score of 10) hash function.

Expand Down

0 comments on commit ad4762a

Please sign in to comment.