You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2020/01/06 14:38:00 UTC

[jira] [Created] (PARQUET-1736) Use StringBuilder instead of StringBuffer

David Mollitor created PARQUET-1736:
---------------------------------------

             Summary: Use StringBuilder instead of StringBuffer
                 Key: PARQUET-1736
                 URL: https://issues.apache.org/jira/browse/PARQUET-1736
             Project: Parquet
          Issue Type: Improvement
            Reporter: David Mollitor
            Assignee: David Mollitor


StringBuffer is synchronized and therefore incurs the overhead even when it's not being used in a multi-threaded way.  Use the unsynchronized StringBuilder instead.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)