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 02:41:45 UTC

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

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.


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

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979455#action_12979455 ] 

Niall Pemberton commented on LANG-669:
--------------------------------------

http://svn.apache.org/viewvc?view=revision&revision=1057072

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


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

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
     [ 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.