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

Method size

parallel.go:467–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465}
466
467func (c parChunk) size() int {
468 return c.ra.size()
469}
470
471func parNaiveStartAt(ra *roaringArray, start uint16, last uint16) int {
472 for idx, key := range ra.keys {

Callers 15

DenseSizeMethod · 0.45
toArrayMethod · 0.45
HasNextMethod · 0.45
initMethod · 0.45
InitializeMethod · 0.45
initMethod · 0.45
initMethod · 0.45
AdvanceIfNeededMethod · 0.45
InitializeMethod · 0.45
IterateMethod · 0.45
AddOffset64Function · 0.45
IsEmptyMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestRoaringArrayCOWFunction · 0.36
TestRoaringArrayFunction · 0.36
TestFastAggregationsContFunction · 0.36