Skip to content

Commit

Permalink
Merge branch 'branch_10x' into reduce-allocation-backport
Browse files Browse the repository at this point in the history
# Conflicts:
#	lucene/CHANGES.txt
  • Loading branch information
viliam-durina committed Dec 4, 2024
2 parents f037dbe + c9c631f commit da5a67c
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 176 deletions.
10 changes: 10 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Improvements
system property to increase the set of Java versions that Panama Vectorization will
provide optimized implementations for. (Chris Hegarty)

* GITHUB#266: TieredMergePolicy now allows merging up to maxMergeAtOnce
segments for merges below the floor segment size, even if maxMergeAtOnce is
bigger than segsPerTier. (Adrien Grand)

Optimizations
---------------------

Expand Down Expand Up @@ -93,6 +97,12 @@ Optimizations
* GITHUB#14023: Make JVM inlining decisions more predictable in our main
queries. (Adrien Grand)

* GITHUB#14032: Speed up PostingsEnum when positions are requested.
(Adrien Grand)

* GITHUB#14031: Ensure Panama float vector distance impls inlinable.
(Robert Muir, Chris Hegarty)

* GITHUB#14011: Reduce allocation rate in HNSW concurrent merge. (Viliam Durina)

Bug Fixes
Expand Down
Loading

0 comments on commit da5a67c

Please sign in to comment.