Well,
the performance hit is pretty considerable.
For the expression like this iterating couple of lists : "executionItems[@role='S']/priceQuantityAssociations/quantity/value"
Time is 100 times more for jxpath:
For the plain java object 1000 iterations: 1.6 ms
For the JXPath compiled expression 1000 iterations: 200 ms
Is there any additional performace optimization available?
Thanks |