MurmurHash algorithm in pure nimrod.
$ babel install murmur
import murmur
echo(murmur.hash("digest this text", 0xbadc0ffee'i32))
# => 2419875762Compute the murmur hash of key with seed seed.
This module is a port of murmurhash-js.
MurmurHash algorithm in pure nimrod.
$ babel install murmur
import murmur
echo(murmur.hash("digest this text", 0xbadc0ffee'i32))
# => 2419875762Compute the murmur hash of key with seed seed.
This module is a port of murmurhash-js.