-
mumsi seems running now without any problems. It seems. After a view seconds the communication from sip to murmur is dead. Communication from murmur to sip is functional. On my phone I can hear everyt…
pzi42 updated
8 years ago
-
# Description
Currently, the daemon reads settings/options for the server from `murmur.ini`. This is a fine solution for most cases, and works for most users, however, there are various projects, l…
-
https://youtu.be/WJBgT_T_feU?t=7495
Priest isn't pulled to a shaman
Proofs:
http://warcraft.blizzplanet.com/blog/comments/world_of_warcraft_burning_crusade___shadow_labyrinth_heroic_mode
http://www.w…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
### Description
The bitmap_hash function c…
-
I have a use case where I want to use murmur in golang integration tests within Visual Studio Code. VS Code has an option to set a .env file e.g. `go.testEnvFile` in settings, but as far as I can tell…
-
@cyrillos says xxhash is much better than Murmur which we use now. Up to 2 times in speed from what he showed in some benchmarks. It must be investigated, because we use murmur for some perf critical …
-
In general, I try to reduce dependencies unless they are really needed.
I understand that you wanted to use a "fast non-cryptographic hash" - but murmur-128 is SLOWER than keccak256 (probably it COUL…
-
First boss room with Cabal Ritualists. The Cabal Ritualists should be channeling red beams into the towers they are standing around, but currently just stand still idle without the animation. I have d…
ghost updated
8 years ago
-
### What OS are you using (`uname -a`, or Windows version)?
Linux hzscn008 5.10.27-051027-generic #202103310028 SMP Thu Apr 1 02:16:48 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
### What progra…
-
```
Add MurmurHash, described at http://murmurhash.googlepages.com as another
hash function. This should be even faster than FNV_64() for table
checksums and syncing.
Note: the author sent Baron some…