klauspost commented on PR #779:
URL: https://github.com/apache/arrow-go/pull/779#issuecomment-4311795517

   Yes. A bit of background: In most cases no LZ matches means the input is 
just random data. In those cases the data is just stored as raw data directly 
on fastest and default settings without checking if it can be entropy coded.
   
   Speed impact will be minimal. Incompressible data is rejected at ~5 GB/s 
with the current implementation. Compressible data is done somewhere between 
500-900MB/s, but ofc course also benefits from the 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