[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120418194055.2d929e58@tukaani.org>
Date: Wed, 18 Apr 2012 19:40:55 +0300
From: Lasse Collin <lasse.collin@...aani.org>
To: Randy Dunlap <rdunlap@...otime.net>
Cc: qasdfgtyuiop <qasdfgtyuiop@...il.com>,
linux-kernel <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>, alain@...ff.lu,
albin.tonnerre@...e-electrons.com, hpa@...or.com
Subject: Re: [PATCH] kconfig: update compression algorithm info
On 2012-04-17 Randy Dunlap wrote:
> There have been new compression algorithms added without
> updating nearby relevant descriptive text that refers to
> (a) the number of compression algorithms and (b) the most
> recent one. Fix these inconsistencies.
It could also be good to fix which algo has the best compression ratio.
XZ supports BCJ filters on some archs and on those it will give a few
percent smaller kernel than LZMA. Without BCJ, XZ and LZMA are
practically tied.
If you feel like it, maybe it would be nice to have some
recommendations in the descriptions:
- gzip is a safe choice if unsure what to do.
- XZ is good when small size is important (embedded systems,
live CDs).
- LZO should give the fastest boot from a hard disk (desktop systems
where file size doesn't matter much).
--
Lasse Collin | IRC: Larhzu @ IRCnet & Freenode
--
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