Very fast List/Deque to java.util?

Rodion Efremov coderodd3 at gmail.com
Sat Jun 11 07:38:44 UTC 2022


Hi,

I have this List/Deque implementation that runs (in a rather versatile
benchmark) much faster than ArrayList and LinkedList:

https://github.com/coderodde/IndexedLinkedList

What do you think? Does it deserve to be included in JDK?

Best regards,
rodde


More information about the discuss mailing list