Greg Miller created LUCENE-10373:
------------------------------------

             Summary: Can we optimize TaxonomyFacetSumIntAssociations#sumValues?
                 Key: LUCENE-10373
                 URL: https://issues.apache.org/jira/browse/LUCENE-10373
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/facet
            Reporter: Greg Miller


It looks like {{TaxonomyFacetSumIntAssociations#sumValues}} might also benefit 
from reduced {{null}} checks just like in LUCENE-10350 (doing away with the use 
of the parent class {{increment}} method).

While we're at it, it would be nice to test moving to little endian encoding of 
the ord/value since we're trying to deprecate {{{}BitUtil.VH_BE_INT{}}}.

The real challenge is that we don't have benchmark tasks for this class. Maybe 
we should add benchmarking first? I opened a {{luceneutil}} issue for this: 
https://github.com/mikemccand/luceneutil/issues/158



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to