Hello,

My application is doing a lot xslt  transformations using xalan, mostly via
Transformer.transform(DOMSource, DOMResult).
While investigating  why transformation consumes so much memory I have found
that noticable amount of  Object[] and int[] has been allocated below the
method DTMDefaultBase.indexNode (next call is ensureSizeofIndex()). Further
investigations show that the only method, which can use the indexes is
method DTMDefaultBase.findElementFromIndex(), and it is never called in my
scenario. So my question is - how to avoid unnecessary indexing?

Does it makes sence for me spending time on improving this object?

Best regards,
Pavel Ausianik

Reply via email to