https://issues.apache.org/bugzilla/show_bug.cgi?id=27717

Jeremy Boynes <jboy...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #24 from Jeremy Boynes <jboy...@apache.org> 2010-12-31 18:18:43 EST 
---
Fixed in revision 1054175
Refactored XPath support to use Xalan low-level APIs directly.

Performance for large data sets scales with n^2 due to Xalan constructing a
backing array for the iterator with a monotonic block size causing multiple
calls to System.arrayCopy(). On a 2006 generation MacBookPro iterating 100000
elements takes ~1600ms.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to