manual memory management

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Tue Jan 8 10:37:12 PST 2013


On 01/08/2013 03:43 PM, ixid wrote:
> Just speaking as a bystander but I believe it is becoming apparent that a good
> guide to using D without the GC is required.

I'd second that.  I've tried on a couple of occasions to use D with a 
minimal-to-no GC approach (e.g. using std.container.Array in place of builtin 
arrays, etc.) and ran into difficulties.  It would be very useful to have a 
carefully written guide or tutorial on GC-less D.



More information about the Digitalmars-d mailing list