Documentation ¶
Overview ¶
Package xxhash is an extension of github.com/cespare/xxhash which adds routines optimized to hash arrays of fixed size elements.
Index ¶
- 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
- func Sum64(b []byte) uint64
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MultiSum64Uint128 ¶
func MultiSum64Uint16 ¶
func MultiSum64Uint32 ¶
func MultiSum64Uint64 ¶
func MultiSum64Uint8 ¶
func Sum64Uint128 ¶
func Sum64Uint16 ¶
func Sum64Uint32 ¶
func Sum64Uint64 ¶
func Sum64Uint8 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.