[COMPRESS] performance improvement in Ant's ZipOutputStream

2008-07-16 Thread Stefan Bodewig
Hi all, I couldn't find a JIRA for compress so I'm posting it here. We had a bug report against Ant's ZipOutputStream that showed that the class had a way worse performance compared to java.util.zip's cousin when it was used to compress big files. See

Re: [COMPRESS] performance improvement in Ant's ZipOutputStream

2008-07-16 Thread Christian Grobmeier
Hi Stefan, compress is a component of the commons-sandbox project: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidepid=12310491sorter/order=DESCsorter/field=priorityresolution=-1component=12311183 @Torsten: i will prepare a patch for the redesign branch. On Wed, Jul

Re: [COMPRESS] performance improvement in Ant's ZipOutputStream

2008-07-16 Thread Stefan Bodewig
On Wed, 16 Jul 2008, sebb [EMAIL PROTECTED] wrote: On 16/07/2008, Stefan Bodewig [EMAIL PROTECTED] wrote: I couldn't find a JIRA for compress so I'm posting it here. Compress is currently in the Sandbox. Thanks, I didn't realize that the sandbox had a JIRA section of its own.