mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 13:15:46 +00:00
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.