This package browser is in early development. Mind the rough edges.

go-github-com-dgryski-go-farm

Farmhash implementation in Golang

FarmHash provides hash functions for strings and other data. The functions mix the input bits thoroughly but are not suitable for cryptography. It is implemented as a mechanical translation of the non-SSE4/non-AESNI hash functions from Google's FarmHash.

Installation

Install the latest version of go-github-com-dgryski-go-farm as follows:

guix install go-github-com-dgryski-go-farm

Or install a particular version:

guix install go-github-com-dgryski-go-farm@0.0.0-20200201041132-a6ae2369ad13

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.