apurtell commented on pull request #3691:
URL: https://github.com/apache/hbase/pull/3691#issuecomment-925454258


   Some updates:
   
   Couldn't get Maven to do what I want with shading in the compression 
modules, not critical, so dropped this.
   
   Optimized the case where in compress() if the out array is large enough we 
can compress to it directly and avoid double buffering in that case. Depending 
on the configured buffer size there might be an opportunity. There isn't the 
same opportunity in decompress() because we can expect input is often expanded 
beyond the length of the out array. 
   
   The LZMA codec is now Hadoop block compression stream compatible. This was 
incomplete work, actually, because the codec must be compatible in order to be 
used for HFile compression.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to