Expand description
SIMD-optimized byte array operations
Provides fast byte array copying and concatenation using AVX2 SIMD instructions when available, with automatic fallback to sequential operations for compatibility.
Functionsยง
- copy_
bytes_ simd - Copy bytes from source to destination using SIMD when beneficial