[ 原始碼: golang-github-dgryski-go-farm ]
套件:golang-github-dgryski-go-farm-dev(0.0~git20171119.ac7624ea8da3-1.1)
golang-github-dgryski-go-farm-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-dgryski-go-farm:
- [golang-github-dgryski-go-farm_0.0~git20171119.ac7624ea8da3-1.1.dsc]
- [golang-github-dgryski-go-farm_0.0~git20171119.ac7624ea8da3.orig.tar.xz]
- [golang-github-dgryski-go-farm_0.0~git20171119.ac7624ea8da3-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libfarmhash0
- libfarmhash-dev
- golang-github-bradenhilton-cityhash-dev
- libcityhash0
- libcityhash-dev
- golang-github-minio-blake2b-simd-dev
- golang-github-dgryski-go-metro-dev
- golang-github-willf-bloom-dev
- golang-lukechampine-blake3-dev
- golang-github-andybalholm-brotli-dev
- golang-github-bmatsuo-lmdb-go-dev
pure-Go FarmHash implementation
This is a (mechanical) translation to Go of the non-SSE4/non-AESNI hash functions from Google's FarmHash (https://github.com/google/farmhash).
FarmHash provides hash functions for strings and other data. The functions mix the input bits thoroughly but are not suitable for cryptography.