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.