We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272d4d commit 37ab3c3Copy full SHA for 37ab3c3
lucene/CHANGES.txt
@@ -35,7 +35,6 @@ Optimizations
35
---------------------
36
* GITHUB#14011: Reduce allocation rate in HNSW concurrent merge. (Viliam Durina)
37
* GITHUB#14022: Optimize DFS marking of connected components in HNSW by reducing stack depth, improving performance and reducing allocations. (Viswanath Kuchibhotla)
38
-* GITHUB#14373: Optimized `ParallelLeafReader` to improve term vector fetching efficiency.
39
40
Bug Fixes
41
@@ -199,6 +198,8 @@ Optimizations
199
198
200
* GITHUB#14383: Use FixedLengthBytesRefArray in OneDimensionBKDWriter to hold split values. (Ignacio Vera)
201
+* GITHUB#14373: Optimized `ParallelLeafReader` to improve term vector fetching efficiency. (Divyansh Agrawal)
202
+
203
204
205
0 commit comments