Go 1.1 Language Brings Performance Improvements

Written by Michael Larabel in Free Software on 13 May 2013 at 09:35 PM EDT. 12 Comments
FREE SOFTWARE
After more than one year since the release of the Go 1.0 programming language by Google, Go 1.1 has been unveiled as the first major update to the programming language.

Most of the Go 1.1 improvements involve performance, including optimizations made to their compiler, linker, garbage collector, goroutine scheduler, map implementation, and its standard library. Google says that existing 1.0 applications are likely to be much faster when simply built by the new Go 1.1 stack.

Go 1.1 also has changes to return requirements and method values, safer concurrent programming, and the tools and standard library has been improved upon. Go 1.1 remains compatible with Go 1.0.

More details on Go 1.1 can be found from the blog announcement and release notes.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week