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

Function BenchmarkShortIteratorNextArray

arraycontainer_test.go:657–659  ·  view source on GitHub ↗

go test -bench BenchmarkShortIteratorNext -run -

(b *testing.B)

Source from the content-addressed store, hash-verified

655
656// go test -bench BenchmarkShortIteratorNext -run -
657func BenchmarkShortIteratorNextArray(b *testing.B) {
658 benchmarkContainerIteratorNext(b, newArrayContainer())
659}

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…