You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-minimize is pretty embarassingly parallel. It could copy the soruce to a bunch of tempdirs and run in parallel there, then atomically committing the minimized results into the real dir (this would be little tricky to get right but entirely possible).
Parallelization would be a great speedup as most performance is lost when bisecting through large "mostly no" files. As few things get committed during that work, it would be very easy to parallelize.
The text was updated successfully, but these errors were encountered:
cargo-minimize is pretty embarassingly parallel. It could copy the soruce to a bunch of tempdirs and run in parallel there, then atomically committing the minimized results into the real dir (this would be little tricky to get right but entirely possible).
Parallelization would be a great speedup as most performance is lost when bisecting through large "mostly no" files. As few things get committed during that work, it would be very easy to parallelize.
The text was updated successfully, but these errors were encountered: