Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What about 1.4? "The release focuses primarily on implementation work, improving the garbage collector ..." https://golang.org/doc/go1.4


1.4 focused on getting the GC ready for the changes in 1.5.

First, the code was rewritten from C to Go. Second, the GC was made precise, which is a major improvement to a GC.

The GC was not made truly concurrent however, and short pause times were not addressed either. These concerns are addressed in the 1.5 release.

The trade-off in 1.5 is to eliminate pause times for slightly worse throughput. For the programs Go is written to handle, this trade-off is probably fine.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: