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=12073>. 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=12073 Regression: Extreme performance issue introduced with 2.3.0 ------- Additional Comments From [EMAIL PROTECTED] 2003-03-07 19:04 ------- That 32-character allocation unit is left over from back when we had some concerns about the minimum size of a DTM. That's been mostly elminiated by the use of "shared RTF DTMs" in more recent versions, so increasing this "chunk size" is probably an entirely appropriate thing to do. However, be sure to sanity-check by running the enlarged version against a bunch of testcases that involve heavy use of "nested" variables and/or document() -- those are where any adverse performance effect might arise.
