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

Function arrayContainerSizeInBytes

arraycontainer.go:101–103  ·  view source on GitHub ↗
(card int)

Source from the content-addressed store, hash-verified

99}
100
101func arrayContainerSizeInBytes(card int) int {
102 return card * 2
103}
104
105// add the values in the range [firstOfRange,endx)
106func (ac *arrayContainer) iaddRange(firstOfRange, endx int) container {

Callers 7

toEfficientContainerMethod · 0.85
checkValidityFunction · 0.85
toEfficientContainerMethod · 0.85
toEfficientContainerMethod · 0.85
validateMethod · 0.85

Calls

no outgoing calls

Tested by 1

checkValidityFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…