Re: [jcs] is org.apache.commons.jcs.utils.struct.DoubleLinkedList useful

2014-05-17 Thread Romain Manni-Bucau
Ok it seems the speed comes from the fact it uses less allocation since it reuse descriptors or the map, right? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-16 18:

Re: [jcs] is org.apache.commons.jcs.utils.struct.DoubleLinkedList useful

2014-05-16 Thread Thomas Vandahl
On 12.05.14 22:24, Romain Manni-Bucau wrote: > Hi > > why using org.apache.commons.jcs.utils.struct.DoubleLinkedListNode and > not a synchronized java.util.LinkedList ? > > BTW I'd be happy if we can get rid of this synchronized structure There are some benchmark tests in the test directory that

[jcs] is org.apache.commons.jcs.utils.struct.DoubleLinkedList useful

2014-05-12 Thread Romain Manni-Bucau
Hi why using org.apache.commons.jcs.utils.struct.DoubleLinkedListNode and not a synchronized java.util.LinkedList ? BTW I'd be happy if we can get rid of this synchronized structure Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com