package simd

Import Path
	github.com/dgraph-io/ristretto/v2/z/simd (on go.dev)

Dependency Relation
	imports 4 packages, and imported by one package


Package-Level Functions (total 5)
func Binary(keys []uint64, key uint64) int16
func Clever(xs []uint64, k uint64) int16
Search finds the key using the naive way
func Parallel(xs []uint64, k uint64) int16