-
- **Remove cryptoNode import!** Requires to ditch support for nodejs v18 (EOL 30 Apr 2025)
- Remove import maps. Change `@noble/hashes/sha3` to `@noble/hashes/sha3.js`
- Import maps are not brow…
-
I'm scoping a V1.1 release that will add the first new features since the initial release in 2015. The intent is to maintain backward compatibility, so this will not need to be a major (V2) release fr…
-
related issue: https://github.com/pingcap/tidb/issues/29086
We got the following error when running `go test -race` on Go1.15 and `go test -race -d=checkptr` on Go1.13. Does anyone know why this ha…
-
I am involved in a project to create a standard library for modern fortran, https://github.com/fortran-lang/stdlib. I would like to add two modules providing collections of 32 and 64 bit hash function…
-
Currently, `HashPartitioning` is still lack of support for fully nested types. That is because it depends on `murmur3`. However, since `murmur3` is evolving to support nested types, we also need to ad…
-
Running with 5000 random sentences from openlid
| method | time (s) |
| :--------- | ---------: |
| fasttext lid201 | 0.89 |
| HeLI OTS | 9.65 |
| heli-otr | 7.83 |
| + Lang Enum | 3.98 |
| …
-
https://github.com/google/guava/wiki/HashingExplained lists
```
md5()
murmur3_128()
murmur3_32()
sha1()
sha256()
sha512()
goodFastHash(int bits)
```
but I just noticed that https://guava.dev…
-
add submoudle "murmur3 xxhash leveldb grpc protobuf" to my project
-
How about upstreaming this repository to https://github.com/stusmall/murmur3 and removing it?
-
I cannot reproduce the panic below with a minimal example and it occurs very often, but neither all the time nor in the same test - so this report might be entirely unhelpful, but I am reporting it an…