Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.46 KB

golang.md

File metadata and controls

22 lines (15 loc) · 1.46 KB

Go on Graviton

Go is a statically typed, compiled programming language originally designed at Google. Go supports arm64 out of the box, and available in all common distributions, with recent changes that improve performance, so make sure to use the latest version of the Go compiler and toolchain.

Here are some noteworthy performance upgrades:

Go 1.16 [Coming soon]

The main implementation of the Go compiler, golang/go, has improved performance on Arm with couple of changes listed below. It is expected to be released in January 2021. Building your project with Go 1.16 will give you these improvements:

Recently updated packages

Changes to commonly used packages that improve performance on Arm can make a noticeable difference in some cases. Here is a partial list of packages to be aware of.

Package Version Improvements
Snappy as of commit 196ae77 assembly implementations of the hot path functions were ported from amd64 to arm64