Skip to main content

BITVEC_THRESHOLD

Constant BITVEC_THRESHOLD 

Source
pub const BITVEC_THRESHOLD: f32 = 0.0625;
Expand description

Threshold for switching from sorted list to bitvector. When k/D > this ratio, use bitvector.