plasma-umass / Mesh

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding worst-case fragmentation bound to README

ntysdd opened this issue · comments

Currently there's no worst-case fragmentation analysis in README.

Considering this is what distinguishes Mesh most from othere allocators, I think it's important to give a worst-case bound for fragmentation. Or maybe 99.9 percentile if absolute worst-case can't be guaranteed.

A comparison to other popular allocators may be helpful too.