-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel execution #52
Comments
I think I'd be fine with this, although it introduces some questions - what happens to I'd be happy with this if it could be implemented in a simple way with strong bounds on the requirements that don't creep into a huge mess. At a certain point, just use Want to try a PR? |
First thought was: well this will be a lot of work and I shouldn't start yet another project, but then looking at the code I think I can give it a try 😃 |
Do you have a reason not to use the Rust 2018 edition? |
One of the goals for the year is to have this included in Debian, which means targeting specific version. However, I don't have specific information that would prevent us using newer Rust. |
It would be nice if
loop-rs
could run the loop body in parallel (using num-cpu).Suggestion for the flag name:
--parallel
-p
.The text was updated successfully, but these errors were encountered: