MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / BenchmarkShortIteratorNextBitmap

Function BenchmarkShortIteratorNextBitmap

bitmapcontainer_test.go:213–215  ·  view source on GitHub ↗

go test -bench BenchmarkShortIteratorNext -run -

(b *testing.B)

Source from the content-addressed store, hash-verified

211
212// go test -bench BenchmarkShortIteratorNext -run -
213func BenchmarkShortIteratorNextBitmap(b *testing.B) {
214 benchmarkContainerIteratorNext(b, newBitmapContainer())
215}
216
217func TestBitmapOffset(t *testing.T) {
218 nums := []uint16{10, 60, 70, 100, 1000}

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…