-
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…
-
**Environment**
System: Windows 10, 64 bit.
Nodejs Version: 10.23.2
**Steps to Reproduce**
```javascript
// add at the end of murmurhash2_gc.js
module.exports.murmurhash2_32_gc = murmu…
-
http://cyan4973.github.io/xxHash/
-
Hi there
When I run the command `sudo npm link` your NPM is failing. However, when I run locally it works, but when I run on my Ubuntu server where there are non-standard permissions set on the appl…
-
Hi there,
We are consider using datasketches in our C++ environment. The current organization, where there a bunch of folders, each with an `include/` directory, is a bit awkward for integrating in…
-
gcc -shared -fPIC -I/usr/local/include -I/usr/local/openresty/luajit/include/luajit-2.1/ lmurmurhash3.c -o murmurhash3.so
Undefined symbols for architecture x86_64:
"_luaL_checklstring", referenced…
-
Ninja computes the command line hash with MurmurHash2 (from the comments). There is a newer, faster MurmurHash algorithm, MurmurHash3
https://code.google.com/p/smhasher/wiki/MurmurHash3
Based on the …
-
```
o it calculates the buffer size in quadwords, rounded down
nblocks = len/16;
o then the body loop iterates i up to nblocks-1:
for(int i = 0; i < nblocks; i++)
o Inside the loop, these acce…
-
```
string "str_hash_mmh"
should give mmh3_128 value
EBC36FB5EAEF57B81E12217B6E10C8B1 (x64 Linux/Solaris/Windows/etc)
while for big-endian machines it gives
B857EFEAB56FC3EBB1C8106E7B21121E (SPARC…
-
```
string "str_hash_mmh"
should give mmh3_128 value
EBC36FB5EAEF57B81E12217B6E10C8B1 (x64 Linux/Solaris/Windows/etc)
while for big-endian machines it gives
B857EFEAB56FC3EBB1C8106E7B21121E (SPARC…