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

Reply via email to