From owner-cvs-all@FreeBSD.ORG Fri Aug 13 10:31:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A256616A4CE; Fri, 13 Aug 2004 10:31:39 +0000 (GMT) Received: from neo.samodelkin.net (samodelkin.net [81.176.202.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5284443D54; Fri, 13 Aug 2004 10:31:39 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 9EFB11706A; Fri, 13 Aug 2004 17:31:37 +0700 (NOVST) Date: Fri, 13 Aug 2004 17:31:37 +0700 From: Max Khon To: Lukas Ertl Message-ID: <20040813103137.GB50664@samodelkin.net> References: <200408130940.i7D9ewwq077646@repoman.freebsd.org> <20040813120505.L68167@pcle2.cc.univie.ac.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040813120505.L68167@pcle2.cc.univie.ac.at> User-Agent: Mutt/1.4.2i cc: Max Khon cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/geom/uzip g_uzip.c src/sys/conf NOTES files Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 10:31:39 -0000 Hi! On Fri, Aug 13, 2004 at 12:05:20PM +0200, Lukas Ertl wrote: > > Add geom_uzip -- geom class that implements read-only compressed disks. > > Currently supports cloop V2.0 disk compression format. > > May support more formats in future. > > Wow, sounds cool. :-) By the way, I asked FreeSBIE (FreeBSD-based livecd system) developers to measure application startup times with and without geom_uzip. They are quite impressive (times are in minute and seconds): --------+----------+--------+ | w/o uzip | w/uzip | Boot | 1:26 | 1:04 | X | 41 | 9 | XFce | 1:17 | 18 | xterm | 13 | 2 | FireFox | 3:02 | 24 | --------+----------+--------+ /fjoe