jpountz commented on PR #12741:
URL: https://github.com/apache/lucene/pull/12741#issuecomment-1792586157

   For reference, I'm interested in taking advantage of the fact we're changing 
the codec anyway to look into other smaller changes, like switching tail 
postings from vints to group-varint, or better alignign blocks and skip lists 
so that `BlockDocsEnum#advance` doesn't need to check whether if `docBufferUpto 
== BLOCK_SIZE` to decode a new block and could do it directly under the `target 
> nextSkipDoc` check.


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