Skip to content

Commit

Permalink
Update README.md for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boydgreenfield committed Jul 19, 2014
1 parent 330e993 commit 607efe9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
murmur3
=======

Murmurhash3 wrapper in Nimrod. Currently simply provides a wrapper for MurmurHash3_x64_128 for string inputs. MurmurHash was written by Austin Appleby and released into the public domain.

This module implements a `MurmurHashes` type, which is simply a 2 item array of signed 64-bit integers, and one hashing method (strings only at the moment):
```nimrod
proc murmur_hash*(key: string, seed: uint32 = 0'u32): MurmurHashes =
```

0 comments on commit 607efe9

Please sign in to comment.