debian-forge-composer/vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go
Chloe Kaubisch 4c800f29a7 worker: add metrics
use prometheus to gather metrics
2021-07-23 21:54:28 +02:00

13 lines
220 B
Go

// +build !appengine
// +build gc
// +build !purego
package xxhash
// Sum64 computes the 64-bit xxHash digest of b.
//
//go:noescape
func Sum64(b []byte) uint64
//go:noescape
func writeBlocks(d *Digest, b []byte) int