-
There are multiple scenarios where the missing dependency from the seed can be a problem.
For example, chaining the hashes. Imagine a case where the hash of the first input is used as a seed for th…
-
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 function te…
-
The probability of such errors is quite small, and if such flaws really exist, then all these functions cannot be recognized as cryptographically strong. So either you've found a way to attack all mod…
-
**Describe the bug**
I try to install the latest mergerfs on a vero4k. For now the only available version in the repos is the 2.18.0.
The vero4k is on stretch on an armhf architecture.
When I i…
-
Hi @karanlyons
I am not getting the hash128 of the this library to match the python mmh3.
Python mmh3:
`hex(mmh3.hash128("I will not buy this tobacconist's, it is scratched.")))`
Yields: 0x**…
-
> Currently [wyhash](https://github.com/wangyi-fudan/wyhash) outperforms _t1ha_.
> Nevertheless I think the next version of t1ha will be even faster.
-
I was wondering what kind of data structures such as lists. hash tables etc. lvgl already uses in the core? I found the linked list lib in the utils folder. Are there any other ones?
I saw a bsearc…
-
Triggered by reported GPU regressions on Windows for `spaCy`, (see https://github.com/explosion/spaCy/issues/4816 and https://github.com/explosion/spaCy/issues/4758), I did some detailed analyses with…
-
Browser vendors are waging a war on first-party cookies. As we use cookies to keep users bucketed, it's prone to ITP's 7-day/24hr cookie deletion. We need to stay ahead of the curve for experiments ru…
-
While updating my [Zig port of wyhash](https://github.com/ManDeJan/zig-wyhash/blob/development/src/main.zig) I noticed that unlike the first version, the fourth version of Wyhash is not optimal for st…