jpountz commented on pull request #174:
URL: https://github.com/apache/lucene/pull/174#issuecomment-856964392


   Right, zstd definitely outperforms zlib on large files, but when I tested 
with Lucene stored fields, the difference wasn't very significant, which makes 
me wonder that most of the benefit of zstd comes from its very large window. 
One could increase the block size for stored fields to try to leverage this, 
but it would slow down document retrieval.
   
   I wasn't aware of these limitations with JNA. I guess I'll close the PR, it 
should already make it easier for folks who are curious about zstd to test it 
with Lucene.


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

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