You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2011/01/10 03:01:45 UTC

[jira] Resolved: (LANG-669) Use StrBuilder instead of StringBuffer to improve performance where sync. is not an issue (Lang 2.x branch)

     [ https://issues.apache.org/jira/browse/LANG-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton resolved LANG-669.
----------------------------------

    Resolution: Fixed

> Use StrBuilder instead of StringBuffer to improve performance where sync. is not an issue (Lang 2.x branch)
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: LANG-669
>                 URL: https://issues.apache.org/jira/browse/LANG-669
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 2.5
>            Reporter: Niall Pemberton
>            Assignee: Niall Pemberton
>             Fix For: 2.6
>
>
> StrBuilder is an un-synchronized equivalent of StringBuffer. We should *eat our own dogfood* and use it where synchronization is not an issue in the Lang 2.x branch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.