pub fn should_use_parallel(paths: &[&Path]) -> boolExpand description
Check if parallel hashing is worthwhile for the given file paths. Always parallelize with 2+ files — rayon’s thread pool is initialized lazily once, and work-stealing overhead is negligible compared to I/O.