• Nils Goroll's avatar
    Multi-LRU infrastructure · 9342b7c6
    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.
    9342b7c6
fellow_storage.c 71.5 KB