Go, D, and the GC

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 1 02:48:54 PDT 2015


On Thursday, 1 October 2015 at 09:40:09 UTC, Rikki Cattermole 
wrote:
> Go's GC would have been optimized for Go's patterns and usage 
> of it.

It's JIT, which usually gets optimized for patterns, the GC 
pattern is generic: collect the garbage and do it fast.


More information about the Digitalmars-d mailing list