Skip to main content

radix_histogram

Function radix_histogram 

Source
pub fn radix_histogram(data: &[u32], shift: u32) -> Vec<u32>
Expand description

Stage histogram: compute per-bucket histogram for a given bit range.

Returns a Vecu32of length 256 with counts for each 8-bit bucket at bit offsetshift`.