-
- Downloads
obj: remove fill ratio optimization from defrag
This patch removes a check from defrag that prevented realloc of objects from highly filled runs to low filled runs. This was originally done as a performance optimization to reduce the number of realloced objects. Turns out this has non-negligible negative impact on effectivness of defrag.
Loading
Please register or sign in to comment