Skip to main content

Module simd_bytes

Module simd_bytes 

Source
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