[ 原始碼: golang-github-spaolacci-murmur3 ]
套件: golang-github-spaolacci-murmur3-dev (1.1-3)
golang-github-spaolacci-murmur3-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-spaolacci-murmur3:
- [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]
維護者:
Original Maintainers:
- Debian Go Packaging Team (郵件存檔)
- Alexandre Viau
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-leemcloughlin-gofarmhash-dev
- golang-github-retailnext-hllpp-dev
- node-imurmurhash
- golang-github-go-logfmt-logfmt-dev
- golang-github-minio-blake2b-simd-dev
- golang-github-stevvooe-resumable-dev
- libghc-cipher-aes128-dev
- libghc-cipher-aes128-doc
- libghc-cipher-aes128-prof
- golang-github-mgutz-to-dev
- golang-github-edsrzf-mmap-go-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).