[PATCH] Replace StringBuffer with StringBuilder
-----------------------------------------------

                 Key: JRUBY-2682
                 URL: http://jira.codehaus.org/browse/JRUBY-2682
             Project: JRuby
          Issue Type: Improvement
            Reporter: Wayne Meissner
            Assignee: Thomas E Enebo
            Priority: Minor
         Attachments: StringBuffer.patch

A lot of uses of StringBuffer can be replaced with StringBuilder, thus avoiding 
synchronization overhead.  JDK6+ allegedly alleviates most of the overhead in 
these cases, but using StringBuilder doesn't hurt.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to