On Tue, Jun 17, 2008 at 10:39 PM, Javier Martín <[EMAIL PROTECTED]> wrote:
> PS: have you tested the performance of other compression algorithms like
> gzip-deflate (much simpler) or bzip2 (near LZMA for small files but with
> less memory requisites)?

Hi,

I'm not against other compression algorithm, but lzma seems to be the
best, for example, for the previous c2.img:

bzip2 c2.img && du -b c2.img.bz2
29247   c2.img.bz2

gzip c2.img && du -b c2.img.gz
29825   c2.img.gz

-- 
Bean


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to