Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 72332 invoked from network); 4 Feb 2004 21:04:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Feb 2004 21:04:41 -0000 Received: (qmail 65589 invoked by uid 500); 4 Feb 2004 21:04:20 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 65576 invoked by uid 500); 4 Feb 2004 21:04:20 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 65551 invoked from network); 4 Feb 2004 21:04:20 -0000 Received: from unknown (HELO web60503.mail.yahoo.com) (216.109.116.124) by daedalus.apache.org with SMTP; 4 Feb 2004 21:04:20 -0000 Message-ID: <20040204210425.51742.qmail@web60503.mail.yahoo.com> Received: from [128.107.253.40] by web60503.mail.yahoo.com via HTTP; Wed, 04 Feb 2004 13:04:25 PST Date: Wed, 4 Feb 2004 13:04:25 -0800 (PST) From: Snehal Khanna Subject: JXPath Performance To: commons-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N We are in the process of evaluating two implementations of XPath namely JXPath and jd.xpath from www.aztecrider.com In our evaluations we have noticed that for XPath expressions resulting in a node set with 100 nodes, the performance of jd.xpath is superior to the performance of JXPath. It looks like JXpath loses out on performance while iterating through the results. For XPath expressions resulting in a single node output, the performance is comparable if we use compiled expressions. Has anyone else performed a similar analysis? Are there any known performance issues with JXPath that are currently being addressed? In general what is the development plan for JXPath in terms of performance improvements and enhancements? Regards, Snehal __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org