package xxhash

Import Path
	github.com/parquet-go/parquet-go/bloom/xxhash (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 2 packages

Involved Source Files sum64uint.go sum64uint_amd64.go Package xxhash is an extension of github.com/cespare/xxhash which adds routines optimized to hash arrays of fixed size elements. xxhash_amd64.go sum64uint_amd64.s xxhash_amd64.s
Package-Level Functions (total 11)
func MultiSum64Uint128(h []uint64, v [][16]byte) int
Sum64 computes the 64-bit xxHash digest of b.
func Sum64Uint128(v [16]byte) uint64