> If you nevertheless haven't updated libarchive since 2018, all hope is not lost! Binary builds of pacman-static are available from Eli Schwartz' personal repository, signed with their Trusted User keys, with which you can perform the update. I am a little shocked that they bothered; Arch is rolling release and explicitly does not support partial upgrades ( https://wiki.archlinux.org/index.php/System_maintenance#Par…
Now using Zstandard instead of xz for package compression
11–20 of 155 posts
Re: Now using Zstandard instead of xz for package compression
#12Re: Now using Zstandard instead of xz for package compression
#13Re: Now using Zstandard instead of xz for package compression
#14Zstd has an enormous advantage in compression and, especially, decompression speed. It often doesn't compress quite as much, but we don't care as much as we once did. We rebuild packages more than we once did. This looks like a very good move. Debian should follow suit.
Re: Now using Zstandard instead of xz for package compression
#15Zstd has an enormous advantage in compression and, especially, decompression speed. It often doesn't compress quite as much, but we don't care as much as we once did. We rebuild packages more than we once did. This looks like a very good move. Debian should follow suit.
I build packages periodically from the AUR, and compression is the longest part of the process much of the time. For a while, I disabled compression on AUR packages because it was becoming enough of a problem for me to look into solutions. If it's annoying for me, I can imagine it's especially problematic for package maintainers. I can only imagine how much CPU time switching the compression tool will save.
EDIT: nevermind, this doesn't seem to have made this the default for building packages locally, just for ones you download from the official repos. Guess I'll go change that by hand and then still be sad that I can't have it easily disabled entirely for AUR helpers but build my packages with compression.
Re: Now using Zstandard instead of xz for package compression
#16Re: Now using Zstandard instead of xz for package compression
#17 tar -I zstd -xvf archive.tar.zst
https://stackoverflow.com/questions/45355277/how-can-i-decom...Hopefully there's another option added to tar that simplifies this if this compression becomes mainstream.
Re: Now using Zstandard instead of xz for package compression
#18Was XZ used in parallelized fashion? Otherwise comparing is kind of pointless. Single threaded XZ decompression is way too slow.
Re: Now using Zstandard instead of xz for package compression
#19Re: Now using Zstandard instead of xz for package compression
#20Was XZ used in parallelized fashion? Otherwise comparing is kind of pointless. Single threaded XZ decompression is way too slow.
I give thanks every day for pxz. I can churn out apt indices so much faster relative to the alternative.
Do you know if Debian is using parallelized XZ or not with apt / dpkg?