On 29.04.2011 15:10, Steven Schveighoffer wrote: > I think D's GC only attempts a collection if memory is tight, but I'm not > sure now (after investigating somewhat Timon's benchmarks).
I am not sure as well - running some code I've noticed that memory usage is always quite low (there were a lot of allocations in a tight loop). PS: Quickly peeked into D's GC code - oh... it will take time :) /Alexander
