pub const RAYON_HASH_THRESHOLD: u64 = 1_048_576;
Minimum file size for parallel BLAKE3 hashing via update_rayon() (1 MiB). Below this threshold, single-threaded hashing is faster due to rayon overhead.
update_rayon()