vsop-479 commented on PR #14371:
URL: https://github.com/apache/lucene/pull/14371#issuecomment-2740387593

   Thanks for your feedback @gf2121. This patch is still in process, and have 
not been measured. 
   
   > If you look at newest code in Lucene101PostingsReader, you may find we are 
using VectorMask to speed up this
   
   Thanks for reminding this, I noticed the vectorization approach when I find 
https://github.com/apache/lucene/pull/13692 has been reverted.  But I am not 
sure we can use vector for `IndexedDISI.slice`.
   
   > that was what i had in mind - get a MemorySegment slice if it is not null, 
and play it with VectorMask.
   
   That would be nice, I just noticed  `ShortVector#fromMemorySegment`.


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