Media Summary: Making code faster is exciting, and benchmarks in Go make that easy to do! Not really. Go, being a relatively recent statically typed, compiled language, is known to produce efficient programs. But writing a program in ... Speaker: Jacob Walker, Ardan Labs () Like C, Go uses both stack and heap memory. How can a Gopher know which is ...
Gophercon 2019 Optimization For Number - Detailed Analysis & Overview
Making code faster is exciting, and benchmarks in Go make that easy to do! Not really. Go, being a relatively recent statically typed, compiled language, is known to produce efficient programs. But writing a program in ... Speaker: Jacob Walker, Ardan Labs () Like C, Go uses both stack and heap memory. How can a Gopher know which is ... I will describe the efforts over the past two years to build a better machine-code generator for Go. Based on a SSA (Static Single ... Go routines can become the star or the bottleneck of your application. Learn how to select the best approach for reaching efficient ... Speaker: Michael Matloob, Google () The Analysis API is used to write analyses (like those in go vet and go lint) that ...
Speaker: Daniel Martí, Brankas () Making code faster is exciting, and benchmarks in Go make that easy to do! Not really ... Advantages and requirements for generics in Go. Go ships with great tools for diagnosing performance bottlenecks, with pprof's CPU profiler being perhaps the most well-known ... Speaker: Rebecca Stambler, Google () This talk will cover the motivation behind, implementation of, and future plans ... A look at how Mat Ryer builds web services after doing so for the past eight years. Extremely practical, tried and tested patterns ...