luizmlima commented on code in PR #16416: URL: https://github.com/apache/lucene/pull/16416#discussion_r3816010928
########## lucene/CHANGES.txt: ########## @@ -159,6 +159,9 @@ Improvements Optimizations --------------------- +* GITHUB#16416: Use ArrayDeque instead of ArrayList for FIFO output buffering in + JapaneseCompletionFilter, avoiding repeated element shifting on removal. (Luiz Lima) + Review Comment: I’ve moved the #16416 entry to the Lucene 10.6.0 Optimizations section. Thanks for pointing that out! Please let me know if anything else needs to be adjusted. -- 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]
