Hello! Are there real world problems/use cases where IndexedLinkedList would be preferred in terms of CPU/memory usage over ArrayList?
сб, 9 июл. 2022 г., 07:18 Rodion Efremov <codero...@gmail.com>: > 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 >