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

Reply via email to