-
Please add support for XXH3_64 / xxhash
Important With a magic prefix/suffix (perhaps XXH3_0123456789abcdef)
See https://github.com/Cyan4973/xxHash/issues/447
For the background.
31.5 GB/s on a …
-
In `Diff` Test, we have an excepted collision count:
https://github.com/rurban/smhasher/blob/d428f2f6a427e86b41b1bbbcdefc3e03aff28576/DifferentialTest.h#L141
But this variable seems do not affect …
gzm55 updated
3 years ago
-
I plugged in your v2 code into demerphq/smhasher and, unlike v1, it's failing most of its test suite. Have you tested it with that smhasher fork by any chance? It doesn't make sense to me that this wo…
-
On a fresh virtualenv, with python 3.11, I cannot install latest `pyhash` version
has this one already seen by others ?
in case python 3.11 is not yet officially supported, is there an estimated …
-
Official package name: xxhash
License (must be an OSI approved Open Source license): BSD 2-Clause License
Download URL of latest release: https://github.com/Cyan4973/xxHash/archive/refs/tags/v0…
-
**Is your feature request related to a problem? Please describe.**
This issue involves some optimization of the current filter implementation without refactoring it.
#### Reducing potential function…
-
interesting links: https://github.com/rurban/smhasher https://bigdata.uni-saarland.de/publications/p249-richter.pdf
-
Basically according to author of SMHasher he said that https://github.com/tidwall/th64 version is similar to hashes like yours but compressed to a few lines (Source: https://news.ycombinator.com/item?…
-
>cargo:warning=src/smhasher/City.cpp:67:10: fatal error: byteswap.h: No such file or directory
cargo:warning= 67 | #include …
-
The latest version of SMHasher includes the ability to detect and report bad seeds. Have you tested this on waterhash?