Hello Gary,

Sounds fair. I will work on JMH on my winter vacation which should start in a 
couple of weeks.

Best regards,
rodde
________________________________
Lähettäjä: Gary D. Gregory <[email protected]>
Lähetetty: perjantai 5. joulukuuta 2025 15.09
Vastaanottaja: [email protected] <[email protected]>
Aihe: Re: [COLLECTIONS] Add fast List/Deque implementation that outperforms 
TreeList?

BTW, for JMH examples, see the Commons IO component.

Gary

On 2025/12/05 12:10:13 Gary Gregory wrote:
> Hello,
>
> You'll want to create a PR on GitHub with a JMH benchmark that
> compares your implementation to the existing one.
>
> Thank you,
> Gary
>
> On Wed, Dec 3, 2025 at 9:52 AM Efremov, Rodion
> <[email protected]> wrote:
> >
> > Hello!
> >
> > I have a List/Deque implementation [1] that have run ~7 times faster than 
> > TreeList on a benchmark. Also, it implements entirely the 
> > List/Deque/Cloneable/Serializable interfaces. My MSc thesis [2] discusses 
> > it in great detail.
> >
> > What do you think? Can it make into Commons Collections?
> >
> > References:
> > [1] https://github.com/coderodde/indexedLinkedList/
> > [2] https://coderodde.github.io/msc-thesis.pdf
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to