On Fri, 26 Feb 2021 15:32:57 GMT, liach <[email protected]> wrote:
> Are linked lists worse for addition even in cases where addition to array > list or deque requires resize and copying? i thought that's the advantage of > linked list. As far as I know `LinkedList` is always worse than `ArrayList` and discouraged from being used. ------------- PR: https://git.openjdk.java.net/jdk/pull/2744
