theosib-amazon opened a new pull request, #962:
URL: https://github.com/apache/parquet-mr/pull/962

   Minor performance improvements for ByteBitPackingValuesReader:
   
   - Move object creation (temporary byte array) out of frequently used code by 
retaining small temporary buffer as class member.
   - Move less frequently used code (readMore) into separate function to 
encourage JIT to inline more frequently used code (readInteger)
   - Avoid use of unpack8Values that takes ByteBuffer, because it's slower.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to