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 func MultiSum64Uint16(h []uint64, v []uint16) int func MultiSum64Uint32(h []uint64, v []uint32) int func MultiSum64Uint64(h []uint64, v []uint64) int func MultiSum64Uint8(h []uint64, v []uint8) int
Sum64 computes the 64-bit xxHash digest of b.
func Sum64Uint128(v [16]byte) uint64 func Sum64Uint16(v uint16) uint64 func Sum64Uint32(v uint32) uint64 func Sum64Uint64(v uint64) uint64 func Sum64Uint8(v uint8) uint64
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |