#
xxhash
Here are 48 public repositories matching this topic...
sean-abbott
commented
Jun 21, 2019
The xxHash implementation doesn't produce predictable results when compared to python for strings (as in the given example.
I believe this is due to java's handling of character arrays: https://codeahoy.com/2016/05/08/the-char-type-in-java-is-broken/
We get predictable results when we dump to a byte array instead:
LongHashFunction.xx().hashBytes("test".getBytes()) gets the same output as
Port of the xxhash library to C++17.
-
Updated
Jun 19, 2020 - C++
Fast non-cryptographic hash functions for Scala
-
Updated
Aug 26, 2019 - Scala
-
Updated
Jul 24, 2019 - Go
A WebAssembly implementation of xxHash
-
Updated
Apr 2, 2020 - WebAssembly
Minhash and maxhash library in Python, combining flexibility, expressivity, and performance.
python
murmurhash3
xxhash
minhash
locality-sensitive-hashing
jaccard-similarity
dice-similarity
minhash-sketches
-
Updated
Dec 30, 2019 - C
XXHash - Extremely fast hash algorithm,impl for csharp,can process 11.8 GB/s on modern cpu. impl with net core 2.0 and .net
-
Updated
Sep 26, 2019 - C#
Smash provides a collection of non-cryptographic hashes for .NET
-
Updated
Oct 26, 2017 - C#
Ansible role to set up xxHash in Debian-like systems
-
Updated
Jun 8, 2020 - Dockerfile
fipsified version of xxHash (https://github.com/Cyan4973/xxHash)
-
Updated
Apr 23, 2020 - Python
Zero allocation inline xxhash in Rust
-
Updated
Sep 21, 2018 - Rust
Improve this page
Add a description, image, and links to the xxhash topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xxhash topic, visit your repo's landing page and select "manage topics."
Currently, the benchmarks and SMHasher scores shown in README.md and xxhash.h are out of date. They should be updated, as XXH32 fails SMHasher and they don't include the newer hashes.