Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/swiss
/ functions
Functions
113 in github.com/cockroachdb/swiss
⨍
Functions
113
◇
Types & classes
26
Function
benchmarkRuntimeMapPutDelete
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:399
Function
benchmarkRuntimeMapPutGrow
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:299
Function
benchmarkRuntimeMapPutPreAllocate
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:330
Function
benchmarkRuntimeMapPutReuse
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:363
Function
benchmarkSwissMapGetHit
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:280
Function
benchmarkSwissMapGetMiss
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:224
Function
benchmarkSwissMapIter
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:187
Function
benchmarkSwissMapPutDelete
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:418
Function
benchmarkSwissMapPutGrow
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:315
Function
benchmarkSwissMapPutPreAllocate
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:346
Function
benchmarkSwissMapPutReuse
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:382
Function
getRuntimeHasher
getRuntimeHasher peeks inside the internals of map[K]struct{} and extracts the function the runtime generated for hashing type K. This is a bit hacky,
runtime_go1.20.go:50
Function
unsafeConvertSlice
unsafeConvertSlice (unsafely) casts a []Src to a []Dest. The go:nocheckptr declaration is needed to silence the runtime check in race builds that the
map.go:1696
← previous
101–113 of 113, ranked by callers