Lines Matching defs:BitVector
2481 BitVector
2484 The BitVector container provides a dynamic size set of bits for manipulation.
2487 at a time, instead of one bit at a time. This makes the BitVector very fast for
2488 set operations compared to other containers. Use the BitVector when you expect
2496 The SmallBitVector container provides the same interface as BitVector, but it is
2499 efficiently than a plain BitVector, so SmallBitVector should only be used when
2510 The SparseBitVector container is much like BitVector, with one major difference:
2512 more space efficient than BitVector when the set is sparse, as well as making
2515 O(N), and on large SparseBitVectors, this can be slower than BitVector. In our
2531 CoalescingBitVector is a better choice than BitVector when gaps between ranges