seanjensengrey / jmemcache-daemon

Automatically exported from code.google.com/p/jmemcache-daemon
Apache License 2.0
0 stars 0 forks source link

Upgrade ConcurrentLinkedHashMap (v1.0-LRU) #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have released a new version that offers LRU eviction with marginal overhead. 
It also has 
native support for weighted values, which replaces your SizedItem 
customization. I would 
appreciate any feedback if you do a performance analysis after the upgrade.

Original issue reported on code.google.com by Ben.Manes@gmail.com on 16 Apr 2010 at 5:01

GoogleCodeExporter commented 9 years ago
Great, I'll try and take a look at this this weekend.

Thanks very much, Ben.

Original comment by ryan.daum on 16 Apr 2010 at 1:53

GoogleCodeExporter commented 9 years ago
Also, you might want to make the Cassandra people aware, I believe they're 
using your 
CLHM as well.

Original comment by ryan.daum on 16 Apr 2010 at 1:54

GoogleCodeExporter commented 9 years ago
Yep! They already have a task open to upgrade and canary it at Digg. I opened a 
task 
where ever I could find prior usages.

Original comment by Ben.Manes@gmail.com on 17 Apr 2010 at 5:31