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

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

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

ASF GitHub Bot updated PARQUET-1736:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Minor
>              Labels: pull-request-available
>
> 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)