[
https://issues.apache.org/jira/browse/PARQUET-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012821#comment-17012821
]
ASF GitHub Bot commented on PARQUET-1729:
-----------------------------------------
Fokko commented on pull request #717: PARQUET-1729: Avoid AutoBoxing in
EncodingStats
URL: https://github.com/apache/parquet-mr/pull/717
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)