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

Function newRoaringArray

roaringarray.go:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128func newRoaringArray() *roaringArray {
129 return &roaringArray{}
130}
131
132// runOptimize compresses the element containers to minimize space consumed.
133// Q: how does this interact with copyOnWrite and needCopyOnWrite?

Callers 4

TestRoaringArrayCOWFunction · 0.85
TestRoaringArrayFunction · 0.85
lazyOrOnRangeFunction · 0.85

Calls

no outgoing calls

Tested by 3

TestRoaringArrayCOWFunction · 0.68
TestRoaringArrayFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…