mccullocht commented on PR #15021:
URL: https://github.com/apache/lucene/pull/15021#issuecomment-3221175027

   Integrated this into the new off heap bulk scorers.
   
   My intuition was that I'd want to use vector instructions for this but 
layering it is kind of tricky since we don't want to use the vector API in any 
public interfaces. We could expose a VectorUtil.arrayMax() but it might be 
faster to use scalar instructions as we traverse the array.


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