-
while attempting to build this I get the below linking error:
[ 98%] Linking CXX executable SMHasher
/usr/bin/ld: /tmp/SMHasher.NXV2q9.ltrans0.ltrans.o: in function `t1ha0_ia32aes_noavx_test(void …
-
E.g. with SMHasher -> https://github.com/rurban/smhasher
-
Good test esp. for long blocks (Spooky), and the separate byte-wise processing of unaligned rest parts.
https://github.com/hmakholm/smhasher/blob/master/src/LongNeighborTest.md
>This test uses a m…
-
My apologies -- I was unaware of this version of the code, and I have produced a version of SMHasher forked from the google code repo version, with many changes and improvements (like using g-test's f…
-
Hi,
I am working on porting smhasher to Power8/LE (ppc64le) platform. I have done necessary code changes and carried out tests to ensure that there are no regressions on ppc64le. I will create a PR…
-
Sorry to write this directly as I'm an "interested person" having my own hash functions, but recently the claim "xxhash passes all SMHasher tests" became imprecise: I've invented a new Perlin Noise te…
-
```
#!watchflakes
default bit 52: 59618/100000
--- FAIL: TestSmhasherAvalanche (18.52s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
-
https://code.google.com/p/smhasher/
-
At lead avalances and seed tests from https://github.com/demerphq/smhasher are failed.
gzm55 updated
2 years ago
-
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 …