jpountz opened a new pull request, #14017:
URL: https://github.com/apache/lucene/pull/14017

   We currently use `SlowImpactsEnum` for terms whose `docFreq` is less than 
128 because it's convenient as these terms don't have impacts anyway. But a 
recent slowdown on nightly benchmarks suggests that this contributes to making 
some hot calls more polymorphic than we'd like, so this PR moves such terms 
back to the regular impacts enums.


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