Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgryski/go-mpchash
/ functions
Functions
15 in github.com/dgryski/go-mpchash
⨍
Functions
15
◇
Types & classes
2
↓ 6 callers
Function
benchmarkLookup
(b *testing.B, nbuckets int)
bench_test.go:8
↓ 3 callers
Method
Hash
Hash returns the bucket for a given key
mpchash.go:65
↓ 2 callers
Function
New
New returns a new multi-probe hasher. The hash function h is used with the two seeds to generate k different probes.
mpchash.go:28
↓ 1 callers
Function
ilog2
integer log base 2
mpchash.go:121
Function
BenchmarkLookup128
(b *testing.B)
bench_test.go:25
Function
BenchmarkLookup2048
(b *testing.B)
bench_test.go:27
Function
BenchmarkLookup32
(b *testing.B)
bench_test.go:24
Function
BenchmarkLookup512
(b *testing.B)
bench_test.go:26
Function
BenchmarkLookup8
(b *testing.B)
bench_test.go:23
Function
BenchmarkLookup8192
(b *testing.B)
bench_test.go:28
Method
Len
()
mpchash.go:116
Method
Less
(i, j int)
mpchash.go:117
Method
Swap
(i, j int)
mpchash.go:118
Function
TestCompat
(t *testing.T)
compat_test.go:14
Function
siphash64seed
(b []byte, s uint64)
compat_test.go:12