LWN.net Logo

Google releases a better compression algorithm

Google releases a better compression algorithm

Posted Mar 1, 2013 1:57 UTC (Fri) by keeperofdakeys (subscriber, #82635)
In reply to: Google releases a better compression algorithm by wmf
Parent article: Google releases a better compression algorithm

Pxz has its own disadvantages though. Since (from what I have read) LZMA can't be multithreaded easily, pxz compresses different parts of the file at the same time (dumping them in /tmp), and finally putting them all together at the end. For solid archives this reduces the compression ratio in exchange for a (quite significant) speedup. In most cases the ratio watsed is quite small, so the tradeoff is worth it.


(Log in to post comments)

Google releases a better compression algorithm

Posted Mar 1, 2013 9:16 UTC (Fri) by nmav (subscriber, #34036) [Link]

Indeed. However I'd suggest looking at plzip instead of the xz tools. I was surprized by the difference in compression ratio between them, even if they are based on the same compression algorithm.

http://www.nongnu.org/lzip/lzip.html

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds