You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by br...@apache.org on 2021/11/17 09:38:57 UTC

[lucene] branch main updated (c0112dd -> c71cbac4f)

This is an automated email from the ASF dual-hosted git repository.

broustant pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git.


    from c0112dd  DOAP changes for release 8.11.0
     add c71cbac4f LUCENE-10225: Improve IntroSelector with 3-way partitioning.

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   3 +-
 .../java/org/apache/lucene/util/IntroSelector.java | 288 ++++++++++++---------
 .../java/org/apache/lucene/util/IntroSorter.java   |  15 +-
 .../src/java/org/apache/lucene/util/MathUtil.java  |   5 +-
 ...SorterBenchmark.java => SelectorBenchmark.java} |  72 +++---
 .../org/apache/lucene/util/TestIntroSelector.java  |  34 ++-
 6 files changed, 234 insertions(+), 183 deletions(-)
 copy lucene/core/src/test/org/apache/lucene/util/{SorterBenchmark.java => SelectorBenchmark.java} (60%)