<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.6" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: So how good is the new xz compressor?</title>
	<link>http://rene.rebe.de/2010-08-23/so-how-good-is-the-new-xz-compressor/</link>
	<description>//code, //design, //real life</description>
	<pubDate>Mon, 21 May 2012 11:34:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.6</generator>

	<item>
		<title>by: René</title>
		<link>http://rene.rebe.de/2010-08-23/so-how-good-is-the-new-xz-compressor/#comment-71312</link>
		<pubDate>Mon, 23 Aug 2010 09:01:18 +0000</pubDate>
		<guid>http://rene.rebe.de/2010-08-23/so-how-good-is-the-new-xz-compressor/#comment-71312</guid>
					<description>Indeed, for me compression mostly meant storage space (or bandwidth) utilized, as well as time compressing it. Here are decompression numbers where xz indeed looks better:

&lt;blockquote&gt;
bzip2 -d &lt; linux-2.6.35.tar.bz2  user  0m11.705s
lzma -d &lt; linux-2.6.35.tar.lzma  user  0m5.304s
xz -d &lt; linux-2.6.35.tar.lzma  user  0m5.276s
gzip -d &lt; linux-2.6.35.tar.gz user  0m2.832s
&lt;/blockquote&gt;
(All to &gt; /dev/null)

So indeed during uncompressing xz looks better than bzip2, ...</description>
		<content:encoded><![CDATA[<p>Indeed, for me compression mostly meant storage space (or bandwidth) utilized, as well as time compressing it. Here are decompression numbers where xz indeed looks better:</p>
<blockquote><p>
bzip2 -d < linux-2.6.35.tar.bz2  user  0m11.705s<br />
lzma -d < linux-2.6.35.tar.lzma  user  0m5.304s<br />
xz -d < linux-2.6.35.tar.lzma  user  0m5.276s<br />
gzip -d < linux-2.6.35.tar.gz user  0m2.832s
</p></blockquote>
<p>(All to > /dev/null)</p>
<p>So indeed during uncompressing xz looks better than bzip2, &#8230;</p></blockquote>
]]></content:encoded>
				</item>
	<item>
		<title>by: Koen Vervloesem</title>
		<link>http://rene.rebe.de/2010-08-23/so-how-good-is-the-new-xz-compressor/#comment-71311</link>
		<pubDate>Mon, 23 Aug 2010 08:56:19 +0000</pubDate>
		<guid>http://rene.rebe.de/2010-08-23/so-how-good-is-the-new-xz-compressor/#comment-71311</guid>
					<description>I'm curious about the DEcompression times for these algorithms, can you measure them? I ask this because xz generally decompresses faster than bzip.

That's also the reason why Fedora, Arch Linux and Slackware are using xz as default for their packages now. The slow compression doesn't matter, because it is done by the maintainers, and only when a package is updated. But because decompression of the package is faster than with bzip2 and the compressed packages are smaller (with faster downloads as a result), xz gives a faster package management system from the user's point of view.</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious about the DEcompression times for these algorithms, can you measure them? I ask this because xz generally decompresses faster than bzip.</p>
<p>That&#8217;s also the reason why Fedora, Arch Linux and Slackware are using xz as default for their packages now. The slow compression doesn&#8217;t matter, because it is done by the maintainers, and only when a package is updated. But because decompression of the package is faster than with bzip2 and the compressed packages are smaller (with faster downloads as a result), xz gives a faster package management system from the user&#8217;s point of view.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

