Skip to main content

hash_keys_batch

Function hash_keys_batch 

Source
pub fn hash_keys_batch(keys: &[&str]) -> Vec<u64>
Expand description

Hash multiple keys in batch (SIMD-optimized).

For best performance, use batches of 8 (AVX2) or 16 (AVX-512) keys. Falls back to sequential hashing for smaller batches or unsupported CPUs.