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=20273>. 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=20273 AttributesImplSerializer slow for low number of attributes [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-05-27 20:41 ------- AttributesImplSerializer now uses the older (faster) org.xml.sax.helpers.AttributesImpl up until about 12 attributes and switches over to using a Hashtable for faster lookup of attributes, avoiding an order N*N performance problem for large number of attributes, but faster for lower number of attributes. As with any performance fix "your milage may vary" but this one is probably only would get about 2% better for typical HTML output. Patch was applied to current CVS. Regards, Brian Minchau
