https://bz.apache.org/bugzilla/show_bug.cgi?id=61630

Javen O'Neal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from Javen O'Neal <[email protected]> ---
Did the private selectNode method, which is called by private getNodeByXPath,
and, in turn, other methods, affect the performance?

It looks like the general idea here is to avoid creating a NodeList, since that
eagerly traverses the XML nodes. A lazy traversal approach seems to be
significantly faster here, based on your findings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to