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

   > I'm a bit confused on this, current patch has already been loading docs 
into a in-memory bitset and reuse orRange, could you be more specific?
   
   I was wondering if we should go one step further and load the bitset into 
heap eagerly just after reading the block header, and then using it for 
nextDoc/advance too, instead of doing it lazily and just for intoBitSet.


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