Skip to content

Commit 03cd862

Browse files
committed
Add annots.
1 parent 094df93 commit 03cd862

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/python/notation.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,11 @@
758758
"Use LessThan here rather than Comparator for some key PriorityQueues https://github.com/apache/lucene/pull/14871",
759759
"Use LessThan here rather than Comparator for some key PriorityQueues https://github.com/apache/lucene/pull/14871",
760760
),
761+
(
762+
"2025-07-04",
763+
"Pre-calculate minRequiredScore to speedup filterCompetitiveHits https://github.com/apache/lucene/pull/14827",
764+
"Pre-calculate minRequiredScore to speedup filterCompetitiveHits https://github.com/apache/lucene/pull/14827",
765+
),
761766
(
762767
"2025-07-07",
763768
"Use branchless way to speedup filterCompetitiveHits https://github.com/apache/lucene/pull/14906",
@@ -793,4 +798,14 @@
793798
"Change default readadvice back to NORMAL from RANDOM https://github.com/apache/lucene/pull/15040",
794799
"Change default readadvice back to NORMAL from RANDOM https://github.com/apache/lucene/pull/15040",
795800
),
801+
(
802+
"2025-08-13",
803+
"Add call site pollution https://github.com/mikemccand/luceneutil/pull/436",
804+
"Add call site pollution https://github.com/mikemccand/luceneutil/pull/436",
805+
),
806+
(
807+
"2025-08-21",
808+
"Better vectorize score computations https://github.com/apache/lucene/pull/15039",
809+
"Better vectorize score computations https://github.com/apache/lucene/pull/15039",
810+
),
796811
]

0 commit comments

Comments
 (0)