isabella232 / nimrod-murmur

MurmurHash in pure nimrod.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nimrod-murmur

MurmurHash algorithm in pure nimrod.

Install

$ babel install murmur

Example

import murmur

echo(murmur.hash("digest this text", 0xbadc0ffee'i32))
# => 2419875762

Documentation

hash(key: string, seed: int32 = 0): uint32

Compute the murmur hash of key with seed seed.

Acknowledgements

This module is a port of murmurhash-js.

About

MurmurHash in pure nimrod.

License:MIT License


Languages

Language:Nim 100.0%