Greedy memory handling

Jacob Carlborg doob at me.com
Thu Sep 12 09:45:49 PDT 2013


On 2013-09-12 15:51, H. S. Teoh wrote:

> The problem is, he wants to reuse the buffer next time if the GC hasn't
> collected it yet.

I was thinking he could reuse the stack/static buffer. Basically using 
two buffers, one static and one dynamic.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list