Go 1.1: The Dividend
A year after freezing the language, Go 1.1 recompiled the same code faster and shipped a tool that found data races.
2 articles tagged “runtime”.
A year after freezing the language, Go 1.1 recompiled the same code faster and shipped a tool that found data races.
Go's second point release fixed two ways a map could crash on struct or array keys, one of them a struct hash that XORed its own fields back to zero.