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 2019/12/24 16:56:00 UTC

[jira] [Updated] (PARQUET-1729) Avoid AutoBoxing in EncodingStats

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

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

> Avoid AutoBoxing in EncodingStats
> ---------------------------------
>
>                 Key: PARQUET-1729
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1729
>             Project: Parquet
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>              Labels: pull-request-available
>
> Use AtomicInteger instead of a Java immutable Integer type which must be un-boxed, and re-boxed each time.
>  
> [https://www.programcreek.com/2013/10/efficient-counter-in-java/]



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