• Nils Goroll's avatar
    fellow_cache: Support the first cache seglist (fcsl) as dynamic · 8881acc4
    Nils Goroll authored
    This allows us to shrink the fellow_cache_obj allocation for the
    fellow_obj_get (from disk) case from 8KB to 512 bytes.
    
    The root cause for the massively oversized fco allocation was that
    the nseg_guess heuristic could not take into account the wsl (size of
    the actual object), so it had to assume that all of the disk object's
    size was taken up for segments in the disk object embedded seglist.
    8881acc4
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
tools/coccinelle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
BUGS.rst 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...