Skip to content

Commit 223f0fc

Browse files
Add reference to blog post highlighting Go 1.18 performance improvements (aws#220)
1 parent 43812e4 commit 223f0fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

golang.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Here are some noteworthy performance upgrades:
99
The main implementation of the Go compiler, [golang/go](https://github.com/golang/go), has improved
1010
performance on Arm by implementing a new way of passing function arguments and results using registers instead of the stack. This change has been available on x86-64 since 1.17, where it brought performance improvements of about 5%. On Arm this change typically gives even higher performance improvements of 10% or more.
1111

12+
To learn more about the use cases benefiting from Go 1.18's performance improvements, check the blog post: [Making your Go workloads up to 20% faster with Go 1.18 and AWS Graviton](https://aws.amazon.com/blogs/compute/making-your-go-workloads-up-to-20-faster-with-go-1-18-and-aws-graviton/).
13+
1214
## Go 1.17 \[released 2021/08/16\]
1315
The main implementation of the Go compiler, [golang/go](https://github.com/golang/go), has improved
1416
performance for the following standard library packages:

0 commit comments

Comments
 (0)