DIP60: @nogc attribute

w0rp via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 17 04:55:14 PDT 2014


I'm not convinced that any automatic memory management scheme 
will buy much with real time applications. Generally with 
real-time processes, you need to pre-allocate. I think GC could 
be feasible for a real-time application if the GC is precise and 
collections are scheduled, instead of run randomly. Scoped memory 
also helps.


More information about the Digitalmars-d mailing list