On Fri, Feb 24, 2012 at 11:24 AM, naptowndev <naptowndev...@gmail.com> wrote: > Another question I have is regarding solr.LRUCache vs. solr.FastLRUCache. > Would there be reason to implement (or not implement) fastLRU on the > documentcache?
LRUCache can be faster if the hit rate is really low (i.e. the eviction rate is high) -Yonik lucidimagination.com