Re: JMH results for IndexedLinkedList

2022-07-09 Thread Rodion Efremov
tions. But so far I don't see > the examples of such problems. > > With best regards, > Tagir Valeev > > сб, 9 июл. 2022 г., 11:22 Rodion Efremov : > >> Hello, >> >> My benchmarking suggests, that, if nothing else, my IndexedLinkedList >> outperfo

Re: JMH results for IndexedLinkedList

2022-07-09 Thread Rodion Efremov
Valeev wrote: > 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 : > >> Data structure repo: >> https://github.com/coderodde/

JMH results for IndexedLinkedList

2022-07-08 Thread Rodion Efremov
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 inclu

[JMH results for IndexedLinkedList]

2022-06-21 Thread Rodion Efremov
Hi, Data structure: IndexedLinkedList Benchmark: IndexedLinkedListBenchmark Benchmark output: https://github.com/coderodde/indexedLinkedList/#benchmark-output >From the benchmark output, we