Skip to main content

filter_bits_compress

Function filter_bits_compress 

Source
fn filter_bits_compress(
    buffer: &BooleanBuffer,
    predicate: &FilterPredicate,
) -> Buffer
Expand description

Filter the packed bitmask buffer with predicate by extracting the kept bits of each 64-bit word with [bit_util::compress] (pext)

Not inlined: within filter_array the packing state spills to the stack