Announcing rust-parallel: fast utility running for running commands in parallel

Announcing rust-parallel, a fast command line utility to run commands in parallel and aggregate their output. Based on rust and tokio.

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 practice tokio and async/await, but beginning to be a useful tool on its own.

It is very fast in some small benchmarks (see the link in the github README).

Interested to know if others find this useful, or if it is missing some feature you are looking for from similar tools.

Thanks! :slight_smile:

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.