• 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
Name
Last commit
Last update
LICENSES Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
DEVELOPER.rst 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...