Group: mailing.openbsd.bugs · Group Profile · Search for 2 3 4 Heap Implement in mailing.openbsd.bugs
Author: Philip Guenther
Date: Mar 27, 2008 23:27
"George" wrote: Another example. Suppose you need to perform some heap intensive time critical computation. So, you make private heap and use it for the computation, which only allocates, but not releases. When the computation is done, you just destroy the whole heap. So, you can save deallocation time during the computation. Destroy heap is faster than free
|