Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 23 Mar 2001 00:35:45 +0100 (MET) From: Dmitrii Pasechnik To: cygwin AT cygwin DOT com Subject: RE: Does gzip support multiple processors under windows 2000? In-Reply-To: Message-ID: X-Org: Department of Computer Science; Utrecht University X-Org: P.O. Box 80.089; 3508 TB Utrecht; The Netherlands. X-Org: phone: +31-30-2531454; telefax: +31-30-2513791 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 22 Mar 2001, Ilan Rabinovitch wrote: > >Im trying to compress 1 large file. Im work with machines that have 4 procs >and I figured if I could get gzip to take advantage of smp it might compress >these files faster. > bzip algorithm should be quite suitable for parallelization. It compresses blocks of certain (not too large) size and then glues the result together. Further, the most time-consuming part of it is a kind of sorting, and sorting is known to be easy to parallelize... (OK, that's getting quite off-topic). -- Dmitrii Pasechnik e-mail: d DOT pasechnik AT twi DOT tudelft DOT nl http://ssor.twi.tudelft.nl/~dima/ -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple