|
|
|
|
|
by xamuel
4094 days ago
|
|
>That makes freeing memory O(n) in the number of chunks freed A GC can't outdo that. For everything the GC frees, it has to do some work to answer the question, "Should I free this or not?" Even if that question can magically be answered with a single CPU instruction, that's still O(n) answers in the number of chunks freed. |
|