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 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?
Regards,
Guido.