<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Reading "xz" and "archive" in the same sentence reminds me of <a href="https://www.nongnu.org/lzip/xz_inadequate.html" class="">https://www.nongnu.org/lzip/xz_inadequate.html</a><div class=""><br class=""></div><div class="">While it's easy to read the above as a rant of a disappointed competitor, he seems to make some valid points about why lzma/xz should be avoided, especially for long term archival purposes.<div class=""><div><br class=""><blockquote type="cite" class=""><div class="">Am 24.09.2020 um 04:36 schrieb Ryan Schmidt <<a href="mailto:ryandesign@macports.org" class="">ryandesign@macports.org</a>>:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Sep 23, 2020, at 04:29, Dan Ports wrote:<br class=""><br class=""><blockquote type="cite" class="">Also, bz2 is particularly slow at decompression, so even xz is likely<br class="">an improvement there.<br class=""></blockquote><br class="">As far as compression/decompression time goes, the normal gzip, bzip2 and xz tools are single-threaded, as far as I know, so there is an opportunity to go faster by using parallel processing.<br class=""><br class="">For bzip2, you can install lbzip2 and configure MacPorts to use it; it then compresses and decompresses in parallel, even bz2 files that were not created with lbzip2. I have been using this on my Mac for years.<br class=""><br class="">For xz, there's pixz. It sounds like xz files cannot be decompressed in parallel unless they were created with pixz. We could install pixz on the buildbot servers and use it to create the archives. This would improve compress/decompress performance on the buildbot servers, and users could choose to install pixz to get improved decompression performance or we can consider bundling it with MacPorts base in the future; it is BSD licensed.<br class=""><br class=""></div></div></blockquote></div><br class=""></div></div></body></html>