<i18n dev> RFR: 8263561: Re-examine uses of LinkedList
Сергей Цыпанов
github.com+10835776+stsypanov at openjdk.java.net
Sun Mar 14 17:10:23 UTC 2021
On Fri, 26 Feb 2021 15:32:57 GMT, liach <github.com+7806504+liach at openjdk.org> 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
More information about the i18n-dev
mailing list