uutils/findutils

Leverage parallel capabilities

Open

#112 opened on Sep 7, 2021

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Rust (80 forks)user submission
good first issue

Repository metrics

Stars
 (577 stars)
PR merge metrics
 (Avg merge 26d 6h) (46 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