pub fn find_byte_simd(haystack: &[u8], needle: u8) -> Option<usize>
SIMD-accelerated search for a single byte pattern
Uses memchr which has platform-specific SIMD implementations