vigyasharma commented on PR #14874:
URL: https://github.com/apache/lucene/pull/14874#issuecomment-3059270247

   > This seems to enable hotspot to separately optimize these two code paths.
   
   Ah okay! That makes sense. 
   
   > There is yet another mystery here, which is: why, after adding this 
hotspot hackery, do we see even faster performance on the query path when it is 
preceded by an indexing workflow than we do when it is not (although it's still 
faster than the baseline).
   
   Could indexing have caused some document vectors to already be loaded in 
memory? Does it create any off heap vector values?


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