Announcing rust-parallel: fast utility running for running commands in parallel #5425
Unanswered
aaronriekenberg
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Announcing rust-parallel, a fast command line utility to run commands in parallel and aggregate their output.
https://github.com/aaronriekenberg/rust-parallel
https://crates.io/crates/rust-parallel
Has a similar interface to GNU Parallel or xargs.
Started as an exercise to learn/practice tokio and async/await, but beginning to be a useful tool on its own.
Running parallel commands is a nice use case for tokio tasks that does not involve network I/O.
It is very fast in some small benchmarks. On my laptop it is:
Interested in any feedback.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions