Smart pointers instead of GC?

ed growlercab at gmail.com
Tue Feb 4 04:18:21 PST 2014


On Tuesday, 4 February 2014 at 12:03:31 UTC, Frustrated wrote:
[snip]
> It would be nice if one could simply write some allocator, drop
> it into D, and everything work out dandy. e.g., I want to try 
> out
> a new super fast AGC like metronome GC, I write the code for it,
> tell D to use it, and then reap the benefits.

You can write your own GC now and drop it in, we did as an 
experiment.

If you're talking about a dropping in an allocator that is 
another matter, an allocator is not a GC.


Cheers,
ed


More information about the Digitalmars-d mailing list