[infinispan-dev] Initial LIRS implementation
Vladimir Blagojevic
vblagoje at redhat.com
Wed Feb 3 14:09:00 EST 2010
Hi,
I've just committed preliminary attempt to implement LIRS. There does not seem to be serious degradation in terms of performance when it comes to get/remove commands in comparison with LRU enabled BufferedConcurrentHashMap. However, put command is about three times slower than in LRU; put in LIRS is as fast as put command of a single lock synchronized HashMap.
Looking for enthusiasts willing to help out with some code review :)
Regards,
Vladimir
More information about the infinispan-dev
mailing list