Skip to main content

RAYON_HASH_THRESHOLD

Constant RAYON_HASH_THRESHOLD 

Source
pub const RAYON_HASH_THRESHOLD: u64 = 1_048_576;
Expand description

Minimum file size for parallel BLAKE3 hashing via update_rayon() (1 MiB). Below this threshold, single-threaded hashing is faster due to rayon overhead.