pub const BITVEC_THRESHOLD: f32 = 0.0625;
Threshold for switching from sorted list to bitvector. When k/D > this ratio, use bitvector.