Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 82074 invoked from network); 16 Sep 2008 13:33:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 13:33:36 -0000 Received: (qmail 23813 invoked by uid 500); 16 Sep 2008 13:33:33 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 23786 invoked by uid 500); 16 Sep 2008 13:33:33 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 23777 invoked by uid 99); 16 Sep 2008 13:33:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 06:33:33 -0700 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; Tue, 16 Sep 2008 13:32:43 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id EAE20234C1CA; Tue, 16 Sep 2008 06:33:15 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 42219] Inefficient code in Union, DirectoryScanner makes large copy tasks very slow X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.8.0 X-Bugzilla-Changed-Fields: Status Resolution Target Milestone In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20080916133315.EAE20234C1CA@brutus.apache.org> Date: Tue, 16 Sep 2008 06:33:15 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=42219 Stefan Bodewig changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.8.0 --- Comment #7 from Stefan Bodewig 2008-09-16 06:33:14 PST --- DirectoryScanner is pretty much bound to Vector in several protected attributes so we can't change too much. Most other cases should have been replaced by now (findFile and isSymlink could be replaced but I'm not convinced we'd win much). Union is addressed by svn revision 581394 which is part of Ant 1.7.1. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.