()
| 344 | } |
| 345 | |
| 346 | func newSparseBitArray() *sparseBitArray { |
| 347 | return &sparseBitArray{} |
| 348 | } |
| 349 | |
| 350 | // NewSparseBitArray will create a bit array that consumes a great |
| 351 | // deal less memory at the expense of longer sets and gets. |
no outgoing calls
searching dependent graphs…