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

Reply via email to