Go, D, and the GC

rsw0x via Digitalmars-d digitalmars-d at puremagic.com
Sun Oct 4 05:39:58 PDT 2015


On Saturday, 3 October 2015 at 19:01:33 UTC, welkam wrote:
> D gives users tools to avoid heap allocations and if it is 
> necessary to allocate heap memory you have scoped memory 
> management or ref counting so your GC heap is small or non 
> existent. People fear manual memory management because they 
> hear stories about C but for most part it can be easy and safe.

these tools are not very good and they don't help when the 
standard library(...or builtin language features...) use the GC 
and tie your hands


More information about the Digitalmars-d mailing list