Module binary_simd

Module binary_simd 

Source
Expand description

SIMD-accelerated binary data operations

Functionsยง

fast_memcopy
Fast memory copy using SIMD alignment
find_pattern_simd
Find pattern in binary data using SIMD
popcount_simd
Count set bits using SIMD operations
xor_simd
XOR operation for encryption/decryption using SIMD