uschindler commented on pull request #310:
URL: https://github.com/apache/lucene/pull/310#issuecomment-989287677


   Hi @jnorthrup, I do not fully understand what you are intending to do? If 
you want to compare the LZ4 to LZO/ZSTD just run Mike's benchmarks.
   Me main reason for this PR is to not build an int manually from 4 bytes and 
instead read it as one atomic value (which should be faster). The other 
compression algorithms you mention are using native code, so that's a different 
story. This is all pure Java.


-- 
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: issues-unsubscr...@lucene.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to