Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 22173 invoked from network); 7 Aug 2008 09:46:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2008 09:46:34 -0000 Received: (qmail 47595 invoked by uid 500); 7 Aug 2008 09:46:34 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 47568 invoked by uid 500); 7 Aug 2008 09:46:34 -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 47559 invoked by uid 99); 7 Aug 2008 09:46:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 02:46:34 -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; Thu, 07 Aug 2008 09:45:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3778F234C18E for ; Thu, 7 Aug 2008 02:45:44 -0700 (PDT) Message-ID: <1474718748.1218102344212.JavaMail.jira@brutus> Date: Thu, 7 Aug 2008 02:45:44 -0700 (PDT) From: "Gilles Scokart (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-872) Improve performance In-Reply-To: <1652529870.1217930444311.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/IVY-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620573#action_12620573 ] Gilles Scokart commented on IVY-872: ------------------------------------ After optimization, ModuleRules.getRules only take 3% of my total build time. I have gained 12% of my total build time (6 minutes for my build that nearly 1 hour when runned in a profiler) > Improve performance > ------------------- > > Key: IVY-872 > URL: https://issues.apache.org/jira/browse/IVY-872 > Project: Ivy > Issue Type: Improvement > Affects Versions: 2.0.0-beta-2 > Reporter: Gilles Scokart > Assignee: Gilles Scokart > Fix For: 2.0-RC1 > > > On heavy multi-module build with important number of dependencies the part of ivy might be very important. > On my benchmarked project, ivy take 50% of the time. > I will attach to this issue some performance enhancements. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.