On Tuesday, 4 February 2014 at 12:03:31 UTC, Frustrated wrote: [snip]
It would be nice if one could simply write some allocator, dropit into D, and everything work out dandy. e.g., I want to try outa 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
