RFR: 8306842: Classfile API performance improvements [v4]
Adam Sotona
asotona at openjdk.org
Tue May 16 07:28:17 UTC 2023
On Mon, 15 May 2023 17:04:54 GMT, Claes Redestad <redestad at openjdk.org> wrote:
>> I'm not questioning performance differences between list implementations.
>> The implementation of top level list for this benchmark is irrelevant because ~10ns difference cannot affect ~100µs benchmark run.
>
> Fair point. The only counter-point I'd like to make is that these things tend to percolate and get copied around over to other places where it _could_ matter, so if it's no big deal I'd be slightly happier if we could avoid ever using `LinkedList`.
Right, fixed, thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13671#discussion_r1194724816
More information about the core-libs-dev
mailing list