JMH results for IndexedLinkedList

Tagir Valeev amaembo at gmail.com
Sat Jul 9 08:19:02 UTC 2022


Hello!

Are there real world problems/use cases where IndexedLinkedList would be
preferred in terms of CPU/memory usage over ArrayList?

сб, 9 июл. 2022 г., 07:18 Rodion Efremov <coderodd3 at gmail.com>:

> Data structure repo:
> https://github.com/coderodde/IndexedLinkedList
>
> Benchmark repo:
> https://github.com/coderodde/IndexedLinkedListBenchmark
>
> I have profiled my data structure and it seems it’s more performant than
> java.util.LinkedList or TreeList, if nothing else.
>
> So, is there any chance of including IndexedLinkedList to JDK?
>
> Best regards,
> rodde
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20220709/0c3efb2b/attachment-0001.htm>


More information about the core-libs-dev mailing list