MCPcopy
hub / github.com/RoaringBitmap/roaring / BenchmarkShortIteratorAdvanceArray

Function BenchmarkShortIteratorAdvanceArray

arraycontainer_test.go:652–654  ·  view source on GitHub ↗

go test -bench BenchmarkShortIteratorAdvance -run -

(b *testing.B)

Source from the content-addressed store, hash-verified

650
651// go test -bench BenchmarkShortIteratorAdvance -run -
652func BenchmarkShortIteratorAdvanceArray(b *testing.B) {
653 benchmarkContainerIteratorAdvance(b, newArrayContainer())
654}
655
656// go test -bench BenchmarkShortIteratorNext -run -
657func BenchmarkShortIteratorNextArray(b *testing.B) {

Callers

nothing calls this directly

Calls 2

newArrayContainerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…