Package herddb.core

Class ClockAdaptiveReplacement

  • All Implemented Interfaces:
    PageReplacementPolicy

    public class ClockAdaptiveReplacement
    extends Object
    implements PageReplacementPolicy
    Basic implementation of CAR algorithm.

    Based on the original work:

     CAR: Clock with Adaptive Replacement
    
     Sorav Bansal† and Dharmendra S. Modha‡
    
     †Stanford University,
     ‡IBM Almaden Research Center
     

    See http://www-cs.stanford.edu/~sbansal/pubs/fast04.pdf

    Author:
    diego.salvi