Rust is amazing at parallelism, we could probably leverage that to run the analysis in parallel: https://github.com/uutils/findutils/blob/ac576f50b0acedf59a7d64144787fa3129c635bd/src/find/mod.rs#L156
Rust is amazing at parallelism, we could probably leverage that to run the analysis in parallel:
findutils/src/find/mod.rs
Line 156 in ac576f5