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

ASF GitHub Bot updated HADOOP-19134:
------------------------------------
    Labels: pull-request-available  (was: )

> use StringBuilder instead of StringBuffer
> -----------------------------------------
>
>                 Key: HADOOP-19134
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19134
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: PJ Fanning
>            Priority: Major
>              Labels: pull-request-available
>
> StringBuilder is basically the same as StringBuffer but doesn't use 
> synchronized. String appending rarely needs locking like this.
> There are some public and package private APIs that use StringBuffers as 
> input or return types - I have left these alone for compatibility reasons.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to