Skip to content
Snippets Groups Projects
Commit e765daea authored by Piotr Balcer's avatar Piotr Balcer
Browse files

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.
parent 498f76d4
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment