zhaih commented on code in PR #16416: URL: https://github.com/apache/lucene/pull/16416#discussion_r3815960750
########## 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: This can actually go to 10.6 I think? -- 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]
