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
This eliminates the indexing support that pixz provides, but is it used anywhere?
To ensure that nothing breaks, it's best to do this after #200 is merged - this way we can verify that older releases properly handle the differently-compressed RAUC bundles.
We can also be even more adventurous and replace xz (i.e. LZMA) with zstd for broader improvements in space efficiency as well.
The text was updated successfully, but these errors were encountered:
Currently RAUC bundles are compressed using
pixz
. This takes very long, on my machine:The speed-up with
pigz
is 10x:This eliminates the indexing support that
pixz
provides, but is it used anywhere?To ensure that nothing breaks, it's best to do this after #200 is merged - this way we can verify that older releases properly handle the differently-compressed RAUC bundles.
We can also be even more adventurous and replace
xz
(i.e. LZMA) withzstd
for broader improvements in space efficiency as well.The text was updated successfully, but these errors were encountered: