uutils/findutils

Leverage parallel capabilities

Open

#112 opened on Sep 7, 2021

 (2 comments) (1 reaction) (0 assignees)Rust (100 forks)user submission
good first issue

Repository metrics

Stars
 (640 stars)
PR merge metrics
 (Avg merge 2d 10h) (40 merged PRs in 30d)

Description

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

Contributor guide