Skip to main content

BITMAP_NB_BITS

Constant BITMAP_NB_BITS 

Source
pub const BITMAP_NB_BITS: usize = 64;
Expand description

Number of logical buckets per sparse array.

64 on 64-bit targets, 32 on 32-bit targets. Popcount on 64-bit words is slow on 32-bit machines, so a narrower bitmap is used there.