gofarmhash
Port of Google's Farmhash version 1.0.0 to pure Go
For more on Farmhash see https://code.google.com/p/farmhash/
Farmhash is a successor to Cityhash (also from Google). Farmhash, like Cityhash
before it, use ideas from Austin Appleby's MurmurHash.
Installation
To install run:
go get github.com/leemcloughlin/gofarmhash
Documentation
For documentation including examples please see:
http://godoc.org/github.com/leemcloughlin/gofarmhash
License
As this is just a fairly literal port of Google's code consider this
under the same license (MIT license). For details see COPYING