You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/01/25 08:07:50 UTC

[lucene] branch main updated (eaf3cb6 -> 07fe46f)

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

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


    from eaf3cb6  Fix minor bug that snuck in with LUCENE-9952
     add 07fe46f  LUCENE-10384: Simplify LongHeap. (#615)

No new revisions were added by this update.

Summary of changes:
 .../apache/lucene/codecs/lucene90/PForUtil.java    |  2 +-
 .../src/java/org/apache/lucene/util/LongHeap.java  | 63 ++++---------------
 .../org/apache/lucene/util/hnsw/NeighborQueue.java | 35 ++++++++---
 .../test/org/apache/lucene/util/TestLongHeap.java  | 73 +++++++---------------
 4 files changed, 61 insertions(+), 112 deletions(-)