MCPcopy Create free account

hub / github.com/cockroachdb/swiss / functions

Functions113 in github.com/cockroachdb/swiss

FunctionbenchmarkRuntimeMapPutDelete
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:399
FunctionbenchmarkRuntimeMapPutGrow
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:299
FunctionbenchmarkRuntimeMapPutPreAllocate
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:330
FunctionbenchmarkRuntimeMapPutReuse
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:363
FunctionbenchmarkSwissMapGetHit
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:280
FunctionbenchmarkSwissMapGetMiss
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:224
FunctionbenchmarkSwissMapIter
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:187
FunctionbenchmarkSwissMapPutDelete
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:418
FunctionbenchmarkSwissMapPutGrow
(b *testing.B, n int, genKeys func(start, end int) []T)
bench_test.go:315
FunctionbenchmarkSwissMapPutPreAllocate
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:346
FunctionbenchmarkSwissMapPutReuse
( b *testing.B, n int, genKeys func(start, end int) []T, )
bench_test.go:382
FunctiongetRuntimeHasher
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
FunctionunsafeConvertSlice
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
← previous101–113 of 113, ranked by callers