Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 75561 invoked from network); 9 Jan 2009 07:11:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2009 07:11:24 -0000 Received: (qmail 48096 invoked by uid 500); 9 Jan 2009 07:11:22 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 48011 invoked by uid 500); 9 Jan 2009 07:11:22 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 48000 invoked by uid 99); 9 Jan 2009 07:11:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2009 23:11:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 07:11:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AD02A234C498 for ; Thu, 8 Jan 2009 23:10:59 -0800 (PST) Message-ID: <1265799110.1231485059707.JavaMail.jira@brutus> Date: Thu, 8 Jan 2009 23:10:59 -0800 (PST) From: "Christian Grobmeier (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (SANDBOX-248) ZipOutputStream is slow when compressing big files In-Reply-To: <1523585925.1216215571698.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SANDBOX-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662258#action_12662258 ] Christian Grobmeier commented on SANDBOX-248: --------------------------------------------- This is fixed since Compress Code has been update to latest Ant code yesterday. Please close. > ZipOutputStream is slow when compressing big files > -------------------------------------------------- > > Key: SANDBOX-248 > URL: https://issues.apache.org/jira/browse/SANDBOX-248 > Project: Commons Sandbox > Issue Type: Improvement > Components: Compress > Reporter: Stefan Bodewig > > This has been reported against Ant's version, the grandfather of commons-compress. See https://issues.apache.org/bugzilla/show_bug.cgi?id=45396 > Splitting up the array passed into Deflater.setInput improves the performance dramatically. Ant's change is http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/zip/ZipOutputStream.java?r1=579278&r2=677272&pathrev=677272 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.