Performance enhancement for cargo clean
#10552
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-clean
Performance
Gotta go fast!
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
Spinned out from #10236 (comment)
#10236 introduces a progress bar for
cargo clean
, which has a slight performance hit (0-10%). There are still some possibilities we can explore in this area to enhance its performance.Proposed Solution
Some directions (and they might be entangled with each other)
--quiet
flag on.Notes
Unless this affects people a lot, I feel like it is not a high-priority task. Anyone interested in it should discuss with the cargo team first, though due to the limited review bandwidth, the team might not respond instantly.
The text was updated successfully, but these errors were encountered: