Hi Malaka, Great news. Does FastMap support item ordering? Did you test using the thread safe view (using atomic() <http://javolution.org/apidocs/javolution/util/FastMap.html#atomic%28%29>) ?
[1] http://javolution.org/apidocs/javolution/util/FastMap.html On Tue, Dec 8, 2015 at 8:46 PM, Malaka Gangananda <[email protected]> wrote: > Hi, > > As initial step of the $Subject I have tested performance of Javolution > data structures against Java.util concurrent data structures.I have > replaced SkipList with javolution fast map, it executes size() method which > was a performance bottleneck of product, 50 times faster.Also I have > identified data structures used in the MB which can be replaced by Trove > data structures to minimize memory usage. > > -- > Malaka Gangananda > Software Engineer Intern > mobile:0713564340 > [email protected] > <[email protected]> > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Asanka Abeyweera Software Engineer WSO2 Inc. Phone: +94 712228648 Blog: a5anka.github.io
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
