Nicholas Nethercote 6ee1a7aaa0 Introduce MixedBitSet.
It just uses `BitSet` for small/medium sizes (<= 2048 bits) and
`ChunkedBitSet` for larger sizes. This is good because `ChunkedBitSet`
is slow and memory-hungry at smaller sizes.
2024-12-05 20:07:25 +11:00
..
2024-12-05 20:07:25 +11:00
2024-11-26 12:05:57 +11:00
2024-11-05 10:18:03 +11:00
2023-11-23 14:06:57 +11:00