MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / BenchmarkShortIteratorAdvanceBitmap

Function BenchmarkShortIteratorAdvanceBitmap

bitmapcontainer_test.go:208–210  ·  view source on GitHub ↗

go test -bench BenchmarkShortIteratorAdvance -run -

(b *testing.B)

Source from the content-addressed store, hash-verified

206
207// go test -bench BenchmarkShortIteratorAdvance -run -
208func BenchmarkShortIteratorAdvanceBitmap(b *testing.B) {
209 benchmarkContainerIteratorAdvance(b, newBitmapContainer())
210}
211
212// go test -bench BenchmarkShortIteratorNext -run -
213func BenchmarkShortIteratorNextBitmap(b *testing.B) {

Callers

nothing calls this directly

Calls 2

newBitmapContainerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…