pub fn adaptive_memcpy<T: Copy>(src: &[T], dst: &mut [T])
Adaptive memory copy with optimal strategy selection