FFI Issues (was Re: [GOODIE] SDL + Cairo + Morph)

Todd Fleming todd at flemingcnc.com
Mon Dec 12 19:12:33 PST 2005


Brian Rice wrote:

>
> Never. :) I'd rather let the user do this and generalize it in the  
> image. We can optimize the operation of the manager later.
>
> But, for reference, what are some high-performance malloc libraries  
> worth learning from?

http://goog-perftools.sourceforge.net/

Also I've heard that VC's malloc has an array of linked lists of free 
blocks.  The array is indexed by size; this makes frequent malloc and 
free very inexpensive.

Todd




More information about the Slate mailing list