You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/11/25 10:22:53 UTC

[GitHub] [lucene-solr] jpountz opened a new pull request #1038: LUCENE-9063: Speed up computation of impacts.

jpountz opened a new pull request #1038: LUCENE-9063: Speed up computation of impacts.
URL: https://github.com/apache/lucene-solr/pull/1038
 
 
   The current design of CompetitiveImpactAccumulator treats norms in -128..127
   as a special case that should be optimized. This commit goes a bit further by
   treating it as the normal case, and only ever adding impacts to the TreeSet if
   the norm is outside of the byte range. It avoids a number of operations on
   TreeSets like adding impacts or removing redundant impacts.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org