• Nils Goroll's avatar
    Multi-LRU infrastructure · 4ed3cf53
    Nils Goroll authored
    we allow up to 1 << MAX_NLRU_EXPONENT (64) LRUs. When objects
    are created, they get hashed onto LRUs. LRUs never die but
    during shutdown.
    
    Consequently, the number of LRUs can be tuned at run time.
    4ed3cf53
fellow_cache.c 135 KB