-
**Submitting author:** @hajimes (Hajime Senuma)
**Repository:** https://github.com/hajimes/mmh3
**Branch with paper.md** (empty if default branch): paper
**Version:** 5.0.0
**Editor:** @drvinceknight
…
-
Hi,
After reading this article about [PHP Hash Benchmark](https://php.watch/articles/php-hash-benchmark), then I have a suggestion, how about adding xxHash or Murmur3 in addition to MD5 to perform …
-
`sklearn.utils.murmurhash3_32` is part of our API, but we don't use it anywhere internally.
I propose to deprecate and finally remove it. The standard Python [`hash`](https://docs.python.org/3/librar…
-
In MurmurHash3.cpp, there's some care to point out that `getblock32 and `getblock64` are customization points for alignment and endianness as data is loaded from the `void* key`.
https://github.com…
-
Hi,
I have to choose a hash function for a Bloom Filter in my Bachelor's thesis.
As recommended in some tutorials I used a version of the MurmurHash3.
My supervisor wants me to find the value of …
-
MurmurHash3 hash128 method crashes for strings of length greater that 15.
-
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);
}
}
```
-
### 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…
-
I am using the RE Engine PS4 Converter that Modded Warfare linked to that everybody but two people in the comments and myself seem to use just fine. I can see the file. I even put a copy of it into th…
-
This test case triggers what appears to be unbounded recursion in `inox.ast.Types$ADTType.hashCode`:
```scala
sealed abstract class Exp[A]
case class Var[A](a: A) extends Exp[A]
case class Lam[A](…
romac updated
5 years ago