[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-971) Eviction policy based on adaptive replacement

Paul Cowan (JIRA) jira-events at lists.jboss.org
Wed Jan 9 18:55:43 EST 2008


    [ http://jira.jboss.com/jira/browse/JBCACHE-971?page=comments#action_12394446 ] 
            
Paul Cowan commented on JBCACHE-971:
------------------------------------

The above should reference a 10% improvement over LRU, not LFU. Sorry.

> Eviction policy based on adaptive replacement
> ---------------------------------------------
>
>                 Key: JBCACHE-971
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-971
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Eviction
>            Reporter: Manik Surtani
>         Assigned To: Mircea Markus
>             Fix For: 3.0.0
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Quote from Mircea Markus:
> There is an eviction policy algorithm more efficient than LRU (which I found quite popular) - Adaptive Replacement Policy. The basic idea is to not rely only on the time of last access to the node, but also on the number of time(frequency) a given node was accessed. Here it is a nice description of how it works: http://en.wikipedia.org/wiki/Adaptive_Replacement_Cache. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list