There's no difference on smaller binaries, since they don't get spread across multiple lzma blocks to have anything to parallelize, but for bigger binaries with many dependencies there's a noticeable win.
Below are the numbers from embedding 100MB of /dev/urandom into cargo-deb itself and running it on my Macbook Air with M1 processor.
There's no difference on smaller binaries, since they don't get spread across multiple lzma blocks to have anything to parallelize, but for bigger binaries with many dependencies there's a noticeable win.
Below are the numbers from embedding 100MB of
/dev/urandom
intocargo-deb
itself and running it on my Macbook Air with M1 processor.