David Mollitor created PARQUET-1729:
---------------------------------------
Summary: 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
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)