Google promises speedup with new Go 1.1 language
Google released Go 1.1 Monday, promising faster software for programmers who use the language.
"We have made optimizations in the compiler and linker, garbage collector, goroutine scheduler, map implementation, and parts of the standard library," said Andrew Gerrand in a blog post. "It is likely that your Go code will run noticeably faster when built with Go 1.1."
Google made the announcement just before the Google I/O show in San Francisco. The company plans to detail Go at the developer-oriented conference, including a session on writing Go programs on Google App Engine, a … Read more