pub fn count_byte_fast(haystack: &[u8], needle: u8) -> usize
Fast count of specific byte in slice using SIMD.