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