Why does Go compile quickly?
Posted
by Evan Kroske
on Stack Overflow
See other posts from Stack Overflow
or by Evan Kroske
Published on 2010-06-04T18:10:12Z
Indexed on
2010/06/08
14:12 UTC
Read the original article
Hit count: 239
I've Googled and poked around the Go website, but I can't seem to find an explanation for Go's extraordinary build times. Are they products of the language features (or lack thereof), a highly optimized compiler, or something else? I'm not trying to promote Go; I'm just curious.
© Stack Overflow or respective owner