Smart pointers instead of GC?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jan 31 11:08:08 PST 2014


On Monday, 31 December 2012 at 14:05:01 UTC, Kiith-Sa wrote:
> All you have to do is care about how you allocate and, if
> GC seems to be an issue, profile to see _where_ the GC is being
> called most and optimize those allocations.

Bumping old thread:

There is an ever-increasing amount of newcomers in #d on IRC who 
end up asking how to avoid the GC or at least to be able to 
determine where implicit allocations happen. I think we should 
work on creating a wiki page and gather as much advice as 
possible on dealing with the GC, implicit allocations, real-time 
constraints, etc.


More information about the Digitalmars-d mailing list