• 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
Name
Last commit
Last update
LICENSES Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...