rust/compiler/rustc_index
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
..
src Introduce MixedBitSet. 2024-12-05 20:07:25 +11:00
Cargo.toml Remove HybridBitSet. 2024-11-29 17:23:34 +11:00