DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6463>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6463 Severe Performance problems (Memory + Time taken) compared to SAXON ------- Additional Comments From [EMAIL PROTECTED] 2002-02-15 22:36 ------- We should now be using a single DTM for all RTFs created during execution of a transformation, _EXCEPT_ in the case (which Merge uses with painful frequency) of setting a varable by calling a template, which currently forces us to start a new DTM to avoid disrupting the one already under construction. I believe that case also forces a DTM-to-DTM tree copy if you insert the result of that recursive RTF into the RTF previously under construction, which may also be an efficiency issue. I've got a few thoughts on how to go forward from here; I'll ponder them over the weekend.
