benwtrent commented on code in PR #12480: URL: https://github.com/apache/lucene/pull/12480#discussion_r1281022765
########## lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborArray.java: ########## @@ -111,6 +129,12 @@ public int[] sort() { private int insertSortedInternal() { Review Comment: I like this idea. @zhaih instead of adding a function reference to the `NeighborArray#ctor`, why not pass the function to the `NeighborArray#sort()` method? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org