Merge pull request #54 from boydgreenfield/master
Add murmur, a simple MurmurHash 3 wrapper
This commit is contained in:
commit
2cdcc5975f
1 changed files with 10 additions and 1 deletions
|
|
@ -649,5 +649,14 @@
|
|||
"description":"A fast compressor for short strings",
|
||||
"license": "MIT",
|
||||
"web":"https://github.com/onionhammer/shoconim"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"murmur",
|
||||
"url":"git://github.com/boydgreenfield/nimrod-murmur/",
|
||||
"method":"git",
|
||||
"tags":["MurmurHash","MurmurHash3", "murmur", "hash", "hashing"],
|
||||
"description":"A simple MurmurHash3 wrapper for Nimrod",
|
||||
"license": "MIT",
|
||||
"web":"https://github.com/boydgreenfield/nimrod-murmur/"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue