iverase commented on code in PR #16155: URL: https://github.com/apache/lucene/pull/16155#discussion_r3335370838
########## lucene/CHANGES.txt: ########## @@ -377,6 +377,8 @@ Improvements Optimizations --------------------- +* GITHUB#16155: Use BitSet#nextClearBit to iterate uninitialized nodes in MergingHnswGraphBuilder. (Sasilekha R) Review Comment: can you move the entry to the end? It feels more logical to hve changes in order. ########## lucene/CHANGES.txt: ########## @@ -377,6 +377,8 @@ Improvements Optimizations --------------------- +* GITHUB#16155: Use BitSet#nextClearBit to iterate uninitialized nodes in MergingHnswGraphBuilder. (Sasilekha R) Review Comment: can you move the entry to the end? It feels more logical to have changes in order. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
