You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/12 20:04:52 UTC

DO NOT REPLY [Bug 7058] - QName.toString() should use StringBuffer concat to improve perf

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=7058>.
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=7058

QName.toString() should use StringBuffer concat to improve perf

keshlam@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Enhancement



------- Additional Comments From keshlam@us.ibm.com  2002-03-12 19:04 -------
Most Java compilers automatically recognize the case of multiple string 
concatenations and use a stringbuffer (or equivalent) under the covers. Unless 
you have experimental evidence that the proposed change makes a significant 
difference, I think we can trust the compiler and leave it as it stands.