[ Bron: golang-github-spaolacci-murmur3 ]
Pakket: golang-github-spaolacci-murmur3-dev (1.1-3)
Verwijzigingen voor golang-github-spaolacci-murmur3-dev
Debian bronnen:
Het bronpakket golang-github-spaolacci-murmur3 downloaden:
- [golang-github-spaolacci-murmur3_1.1-3.dsc]
- [golang-github-spaolacci-murmur3_1.1.orig.tar.gz]
- [golang-github-spaolacci-murmur3_1.1-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-leemcloughlin-gofarmhash-dev
- libdigest-murmurhash3-pureperl-perl
- golang-github-retailnext-hllpp-dev
- golang-github-dop251-scsu-dev
- golang-github-go-logfmt-logfmt-dev
- golang-github-protonmail-bcrypt-dev
- node-imurmurhash
- golang-github-minio-blake2b-simd-dev
- golang-github-stevvooe-resumable-dev
- golang-github-sassoftware-go-rpmutils-dev
- libghc-cipher-aes128-dev
Native MurmurHash3 Go implementation
murmur3 Native Go implementation of Austin Appleby's third MurmurHash revision (aka MurmurHash3).
Reference algorithm has been slightly hacked as to support the streaming mode required by Go's standard Hash interface (http://golang.org/pkg/hash/#Hash).