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

   <img width="1495" alt="Capture d’écran 2025-06-28 à 08 49 55" 
src="https://github.com/user-attachments/assets/43161f2d-f78f-4bc2-8a16-6c68f61d3ad7";
 />
   
   It looks consistent to me? The slowdown happened between annotations IN and 
IO, after this change was merged. Performance then improved with IP, but this 
was an unrelated change, it looks like this change introduced extra overhead 
and we'd get a speedup if we fix it.
   
   Maybe it's just about finishing the change and always requiring a comparator 
so that we don't chain 3 virtual calls (LessThan#lessThan, Comparator#compare, 
Function#apply) for every comparison like today.
   


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