You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Vinod KC (JIRA)" <ji...@apache.org> on 2016/09/18 12:37:20 UTC

[jira] [Created] (CARBONDATA-256) Replace StringBuffer with StringBuilder in case of local variables

Vinod KC created CARBONDATA-256:
-----------------------------------

             Summary: Replace StringBuffer with StringBuilder in case of local variables
                 Key: CARBONDATA-256
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-256
             Project: CarbonData
          Issue Type: Improvement
            Reporter: Vinod KC
            Priority: Trivial


Even with local variables of Stringbuffer type, unnecessary synchronization overhead will be added in string operation.Replacing StringBuffer with StringBuilder in such  cases can avoid synchronization overhead 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)