[(Much) faster java.util.LinkedList]
Rodion Efremov
coderodd3 at gmail.com
Wed Aug 18 12:34:38 UTC 2021
Hello,
I have implemented a heuristic, indexed doubly-linked list data structure
[1][2] implementing java.util.List and java.util.Deque interfaces that has
superior performance compared to java.util.LinkedList and
java.util.ArrayList.
I would like to propose it into the upcoming versions of OpenJDK, but,
first, I need to know what do you think about it?
Best regards,
rodde
[1] https://github.com/coderodde/LinkedList
[2] http://coderodde.github.io/weblog/#eill
More information about the jdk-dev
mailing list