RFR: 8266571: Sequenced Collections

Chen Liang liach at openjdk.org
Tue Mar 21 12:42:06 UTC 2023


On Tue, 8 Feb 2022 17:23:38 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> PR for Sequenced Collections implementation.

I am interested in the optimization potential of `arraylist.reversed().addAll()` and similar batch operations. Though reverse list/deque views are a good start, I still wish to see customized implementations for `reversed` to perform `addAll` `removeIf` efficiently.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/7387#issuecomment-1477768549


More information about the core-libs-dev mailing list