Re: concurrentlinkedhashmap 1.2 vs 1.4

2014-02-26 Thread Guido Medina
Done, created under SolrCloud component, couldn't find a more appropriate like Server - Java or something, hope it has all the info needed, I could contribute to it sometime next week, waiting for new PC parts from Amazon to have a proper after work dev environment. Regards, Guido. On 26/02/

Re: concurrentlinkedhashmap 1.2 vs 1.4

2014-02-26 Thread Mark Miller
Thanks Guido - any chance you could file a JIRA issue for this? - Mark http://about.me/markrmiller On Feb 26, 2014, at 6:28 AM, Guido Medina wrote: > I think it would need Guava v16.0.1 to benefit from the ported code. > > Guido. > > On 26/02/14 11:20, Guido Medina wrote: >> As notes also st

Re: concurrentlinkedhashmap 1.2 vs 1.4

2014-02-26 Thread Guido Medina
I think it would need Guava v16.0.1 to benefit from the ported code. Guido. On 26/02/14 11:20, Guido Medina wrote: As notes also stated at concurrentlinkedhashmap v1.4, the performance changes were ported to Guava (don't know to what version to be honest), so, wouldn't be better to use MapMake

Re: concurrentlinkedhashmap 1.2 vs 1.4

2014-02-26 Thread Guido Medina
As notes also stated at concurrentlinkedhashmap v1.4, the performance changes were ported to Guava (don't know to what version to be honest), so, wouldn't be better to use MapMaker builder? Regards, Guido. On 26/02/14 11:15, Guido Medina wrote: Hi, I noticed Solr is using concurrentlinkedha

concurrentlinkedhashmap 1.2 vs 1.4

2014-02-26 Thread Guido Medina
Hi, I noticed Solr is using concurrentlinkedhashmap v1.2 which is for Java 5, according to notes at https://code.google.com/p/concurrentlinkedhashmap/ version 1.4 has performance improvements compared to v1.2, isn't Solr 4.x designed against Java 6+? If so, wouldn't it benefit from v1.4? Re