On Mon, 2009-02-09 at 03:23 -0500, Gregory Maxwell
wrote:> I ran across an interesting page which reviews the performance of a
> number of compressors which are already available for the Linux Kernel
> (zlib, lzop, lzma) and which shows the highest performing compressor
> choice given the authors test CPU for a variety of data transfer
> rates, and read vs write ratio.
>
> http://users.elis.ugent.be/~wheirman/compression/
>
>
> It shows that for normal disk speeds (i.e. >200mbit/sec) LZOP of some
> flavor will yield the greatest performance.
>
> (LZMA, however, has considerably greater space savings; but isn''t
> likely to increase overall performance with normal disk)
The compression metadata has what it needs to understand other
compression algorithms, but we haven''t gotten around to actually coding
in support for other ones.
>From a latency point of view, the decompression speed matters most, but
both compression and decompression are done in the background by a
number of async helper threads in the kernel.
So, lots of the smaller differences between the compression algos end up
hidden for most users. I''m definitely not saying zlib is the perfect
compression routine, but it holds up well overall.
-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html