パッケージ: golang-github-twmb-murmur3-dev (1.1.6-1)
golang-github-twmb-murmur3-dev に関するリンク
Trisquel の資源:
golang-github-twmb-murmur3 ソースパッケージをダウンロード:
- [golang-github-twmb-murmur3_1.1.6-1.dsc]
- [golang-github-twmb-murmur3_1.1.6.orig.tar.gz]
- [golang-github-twmb-murmur3_1.1.6-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Thorsten Alteholz
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
fast, fully fledged murmur3 in Go
This package contains a native Go implementation of Austin Appleby's third MurmurHash revision (aka MurmurHash3).
The reference algorithm has been slightly hacked as to support the streaming mode required by Go's standard Hash interface
Unlike the canonical source, this library always reads bytes as little endian numbers. This makes the hashes portable across architectures, although does mean that hashing is a bit slower on big endian architectures.