|
|
|
|
|
by silon5
4265 days ago
|
|
But it has to scan/mark all the objects, not just the the unused ones. This has large overhead in big-mem apps. Not to mention that usually this forces the whole app into RAM (makes swap useless) and also potentialy drains cpu caches.
And to amortize this it often has more memory overhead (up to 2x) than typical fragmentation in a manually managed app. |
|