[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4522AAC1.7050703@cfl.rr.com>
Date: Tue, 03 Oct 2006 14:24:01 -0400
From: Phillip Susi <psusi@....rr.com>
To: Jan Engelhardt <jengelh@...ux01.gwdg.de>
CC: Willy Tarreau <w@....eu>,
Drew Scott Daniels <ddaniels@...lumni.mb.ca>,
linux-kernel@...r.kernel.org
Subject: Re: Smaller compressed kernel source tarballs?
Jan Engelhardt wrote:
> There are lots of obscure compression formats that achieve somewhat
> better compression at the cost of MUCH more time (neglecting they are
> not too open), such as MS CAB and ACE.
CAB is an archive container format, not a compression algorithm. Last
time I worked on some code to handle it, they used the standard LZW
algorithm implemented by gzip ( but had the ability to support others in
the future ) and could only compress 32kb blocks. The small block size
led to poor compression.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists