On Tue, 8 Feb 2022 17:23:38 GMT, Stuart Marks <sma...@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

Reply via email to