-
Hi @rurban
I discovered your SMHasher fork today.
Thank you for taking care of SMHasher.
Thanks for finding and adding tifuhash yourself
Noticed tifu was here and was failing some new tes…
o0101 updated
4 years ago
-
The rate of inserting `uint64`s into a hash set varies wildly with the order and the range of integers inserted
### Example
```nim
# slow_set.nim
import sets
import times
when isMa…
-
Dear rurban:
I notice that FastestHash is different from wyhash.h implementation. It is designed carefully in order to be fastest for hashmap. with a different version, it is not optimal for hashma…
-
On installing sourmash via `pip install .../master.zip` on mac OS sierra (10.13.3), the following error is thrown:
```
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwr…
-
Add FARSH from https://github.com/Bulat-Ziganshin/FARSH
@Bulat-Ziganshin, could you make a pull-request?
Let me explain.
I want to get the one SMHasher in a single place, with the set of almost…
-
Dear All:
I would like to introduce wyhash (https://github.com/wangyi-fudan/wyhash)
It is a 64-bit little endian portable hash function. It is the fastest one that passed all strict hash functio…
-
as requested in https://github.com/rurban/smhasher/issues/76#issuecomment-549338787
-
Link to the xxHash release which suports xxh3: https://github.com/Cyan4973/xxHash/releases/tag/v0.7.0
Link to the current implementation of Mumur hashing in Scala: https://github.com/scala/scala/bl…
-
It would be great if MeowHash has a 25-bit variants for those who wants both accuracy and speed in a non-cryptographic setting (as fast or faster than FNV-1a)
-
Hi,
I've been trying for quite a while now to get our blake2s hash added however I've been running into issues when trying to compile. I'm not sure if these issues I'm having are staring me right in…