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]
