pub fn run_length_encode_simd(data: &[u8]) -> Vec<(u8, u32)>
Run-length encode a byte array using SIMD optimizations
Returns a vector of (value, count) pairs