cargo-minimize icon indicating copy to clipboard operation
cargo-minimize copied to clipboard

Batch files

Open Noratrieb opened this issue 1 year ago • 0 comments

Some passes like privatize are highly likely to succeed. It would be more efficient if we batched those and applied to it several files at once at first.

We can just bail out to normal per-file mode if it fails or reduce the batch size.

Noratrieb avatar Dec 20 '22 20:12 Noratrieb