Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-rc-1
-
None
Description
MarkupBuilder#escapeXmlValue uses an algorithm for XML escaping that has unneccessary space and time requirements.
The attached patch (for trunk), while having less memory consumption, seems to increase the performance to factors between 5 and 25.