()
| 126 | } |
| 127 | |
| 128 | func 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? |
no outgoing calls
searching dependent graphs…