ML-dev-crypto commented on issue #15473: URL: https://github.com/apache/lucene/issues/15473#issuecomment-3761505945
I would like to work on this. I plan to implement the logic to detect when the query sort direction opposes the index sort order. In these cases, I will switch to using a FIFO queue (like ArrayDeque) instead of a PriorityQueue to eliminate the overhead of constant rebalancing. -- 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]
