• Nils Goroll's avatar
    Batch LRU changes · cb92c844
    Nils Goroll authored
    the lru_mtx is our most contended mtx.
    
    As a first improvement, batch changes to LRU for multiple segments
    and maintain the effective change locally outside the lru mtx (but
    while holding the obj mtx).
    cb92c844
fellow_cache.c 131 KB