-
I wonder if adding in a hashing algo would make this faster?
```perl
# pseudocode
sub count{
my($read) = @_;
for $kmer {
my $hash murmur3($kmer);
addKmer($hash);
}
}
```
-
Hello All,
I'm getting errors like below whenever the linking happens with isal-crypto via the spdk lib. isal-crypto is built via spdk sources
Any clue / pointers on what is happening here ?
…
-
### Component(s)
pkg/ottl
### Is your feature request related to a problem? Please describe.
OTTL doesn't have murmur3 hash function, which is widely use for non-cryptographic purposes with low col…
-
**Build Scans:**
- [elasticsearch-periodic-platform-support #3678 / amazonlinux-2023_platform-support-aws](https://gradle-enterprise.elastic.co/s/27fe2tjx34ldw)
- [elasticsearch-periodic-platform-supp…
-
-
**Hi Envoy Team =D**
Guys I need to develop a HTTP listener filter to handle murmur3 hash, the idea is pretty simple, basically when the request arrives I need to:
1 .Get a value from a header let…
-
**Build Scans:**
- [elasticsearch-periodic-platform-support #3678 / amazonlinux-2023_platform-support-aws](https://gradle-enterprise.elastic.co/s/27fe2tjx34ldw)
- [elasticsearch-periodic-platform-supp…
-
I get the following error when building, and importing murmur3 on 64-bit Debian. Installed with `nimble install murmur3`:
```
Error: unhandled exception: cannot open: murmur3_c.c [IOError]
```
nuxeh updated
5 years ago
-
Given https://mobile.twitter.com/matheusdev23/status/1459272654544904204 I'm thinking we should probably stick with Murmur3 for now. Hash collision bugs would be extremely painful to detect and debug …
-
This code looks an awful lot like it's doing a murmur3-32, and returning four bytes:
https://github.com/multiformats/go-multihash/blob/6f1ea18f1da5f7735ea31b5e2011da61c409e37f/sum.go#L146-L154
A…