renatoh opened a new pull request, #15704:
URL: https://github.com/apache/lucene/pull/15704

   I've replaced almost all LinkedList with an ArrayDeque or an ArrayList.
   If elements are added/remove at the beginning or at the end, I replaced it 
with an ArrayDeque. If elements are accessed by index, I removed it with an 
ArrayList. 
   In rare cases, where it was use as a List and as a Queue, I left the 
LinkedList untouched.
   


-- 
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]

Reply via email to