count_byte_fast

Function count_byte_fast 

Source
pub fn count_byte_fast(haystack: &[u8], needle: u8) -> usize
Expand description

Fast count of specific byte in slice using SIMD.