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

Function bitmapContainerSizeInBytes

bitmapcontainer.go:309–311  ·  view source on GitHub ↗

bitmapContainer doesn't depend on card, always fully allocated

()

Source from the content-addressed store, hash-verified

307
308// bitmapContainer doesn't depend on card, always fully allocated
309func bitmapContainerSizeInBytes() int {
310 return bcBaseBytes + (1<<16)/8
311}
312
313func bitmapEquals(a, b []uint64) bool {
314 if len(a) != len(b) {

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…