Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 12751 invoked from network); 11 Sep 2010 16:22:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Sep 2010 16:22:12 -0000 Received: (qmail 40704 invoked by uid 500); 11 Sep 2010 16:22:12 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 40589 invoked by uid 500); 11 Sep 2010 16:22:12 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 40582 invoked by uid 99); 11 Sep 2010 16:22:11 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Sep 2010 16:22:11 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Sep 2010 16:21:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8BGLWHY027766 for ; Sat, 11 Sep 2010 16:21:33 GMT Message-ID: <620289.133881284222092812.JavaMail.jira@thor> Date: Sat, 11 Sep 2010 12:21:32 -0400 (EDT) From: "DeBel (JIRA)" To: dev@forrest.apache.org Subject: [jira] Created: (FOR-1203) Performance : patch to improve the class AntProperties.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Performance : patch to improve the class AntProperties.java ------------------------------------------------------------ Key: FOR-1203 URL: https://issues.apache.org/jira/browse/FOR-1203 Project: Forrest Issue Type: Improvement Components: Core operations Reporter: DeBel Attachments: AntProperties.java.diff I change the method put to avoid to browse all the property yet define and replace this by only calling the needed property. some test show good performance ( only for the starting ) but it is interesting to be ligth svn release 996160 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.