pub const BITMAP_NB_BITS: usize = 64;
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.