An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/sureshsundriyal/murmur3.png?branch=master)](https://travis-ci.org/sureshsundriyal/murmur3)

[![GoDoc](http://godoc.org/github.com/sureshsundriyal/murmur3?status.png)](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).