LWN.net Logo

Google releases a better compression algorithm

Google releases a better compression algorithm

Posted Mar 3, 2013 2:08 UTC (Sun) by scientes (guest, #83068)
In reply to: Google releases a better compression algorithm by jengelh
Parent article: Google releases a better compression algorithm

xz is officially lzma2, as used the same liblzma as the original legacy lzma1. Basically people used lzma before it was ready, so they renamed the final version to avoid confusion over the incompatibility. lzma is now a symlink to xz.

both lzo and xz are very useful, but for differn't things, lzo is most useful when only using the compressed data once, and xz when it is write-once read-many, so you can afford the high compression times and memory requirements.


(Log in to post comments)

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