Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932205AbWH1Vsz (ORCPT ); Mon, 28 Aug 2006 17:48:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932212AbWH1Vsy (ORCPT ); Mon, 28 Aug 2006 17:48:54 -0400 Received: from pop5-1.us4.outblaze.com ([205.158.62.125]:2962 "HELO pop5-1.us4.outblaze.com") by vger.kernel.org with SMTP id S932202AbWH1Vsw (ORCPT ); Mon, 28 Aug 2006 17:48:52 -0400 Subject: Re: Reiser4 und LZO compression From: Nigel Cunningham To: Edward Shishkin Cc: Stefan Traby , Hans Reiser , Alexey Dobriyan , reiserfs-list@namesys.com, linux-kernel@vger.kernel.org, Andrew Morton In-Reply-To: <44F332D6.6040209@namesys.com> References: <20060827003426.GB5204@martell.zuzino.mipt.ru> <44F322A6.9020200@namesys.com> <20060828173721.GA11332@hello-penguin.com> <44F332D6.6040209@namesys.com> Content-Type: text/plain Date: Tue, 29 Aug 2006 07:48:25 +1000 Message-Id: <1156801705.2969.6.camel@nigel.suspend2.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1341 Lines: 37 Hi. On Mon, 2006-08-28 at 22:15 +0400, Edward Shishkin wrote: > Stefan Traby wrote: > > On Mon, Aug 28, 2006 at 10:06:46AM -0700, Hans Reiser wrote: > > > > > >>Hmm. LZO is the best compression algorithm for the task as measured by > >>the objectives of good compression effectiveness while still having very > >>low CPU usage (the best of those written and GPL'd, there is a slightly > >>better one which is proprietary and uses more CPU, LZRW if I remember > >>right. The gzip code base uses too much CPU, though I think Edward made > > > > > > I don't think that LZO beats LZF in both speed and compression ratio. > > > > LZF is also available under GPL (dual-licensed BSD) and was choosen in favor > > of LZO for the next generation suspend-to-disk code of the Linux kernel. > > > > see: http://www.goof.com/pcg/marc/liblzf.html > > > > thanks for the info, we will compare them For Suspend2, we ended up converting the LZF support to a cryptoapi plugin. Is there any chance that you could use cryptoapi modules? We could then have a hope of sharing the support. Regards, Nigel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/