https://github.com/sureshsundriyal/murmur3
Murmur3 hash implementation in Go.
https://github.com/sureshsundriyal/murmur3
go hashing-algorithm murmur3 murmurhash
Last synced: 8 months ago
JSON representation
Murmur3 hash implementation in Go.
- Host: GitHub
- URL: https://github.com/sureshsundriyal/murmur3
- Owner: sureshsundriyal
- License: bsd-2-clause
- Created: 2013-10-21T04:10:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T09:37:05.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T00:28:28.607Z (over 1 year ago)
- Topics: go, hashing-algorithm, murmur3, murmurhash
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/sureshsundriyal/murmur3)
[](http://godoc.org/github.com/sureshsundriyal/murmur3)
_This is the source repository for **murmur3**_
murmur3
=======**murmur3** library is a native implementation of progressive processing version
of the [Murmur3](https://code.google.com/p/smhasher/wiki/MurmurHash3) family of
hash functions in [Go](http://golang.org).