Skip to content

Commit

Permalink
Add changes for Optimize DirectIOIndexInput #14106
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Jan 25, 2025
1 parent 1cd77c2 commit 93b996f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ Improvements
BulkAdder#add(IntsRef) method. They should provide better performance due to less virtual method calls and
more efficient bulk processing. (Ignacio Vera)

* GITHUB#14107, GITHUB#14124, GITHUB#14103: Optimize DirectIOIndexInput; add
individual and bulk data retrieval overloads; avoid double buffering with
slices. (Chris Hegarty)

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

Expand Down

0 comments on commit 93b996f

Please sign in to comment.