thecoop opened a new pull request, #14705: URL: https://github.com/apache/lucene/pull/14705
Related to https://github.com/apache/lucene/issues/11338#issuecomment-1224356220, this replaces some simple uses of `PriorityQueue` subclasses with ones using a `Comparator`. This reduces the boilerplate required, the number of classes defined, and moves the definition of the `PriorityQueue` close to where it is used, so the relevant code is more self-contained and easier to understand. -- 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