Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 748 Bytes

File metadata and controls

16 lines (9 loc) · 748 Bytes

Optimizing Go code without a blindfold

Speaker

Daniel Martí @mvdan_

Born in Barcelona, now living in England for its food and weather. I have been involved with Go for over five years, including writing tools, libraries, and contributing to Go itself.

Intro

Making code faster is exciting, and benchmarks in Go make that easy to do! Not really. Optimizing a program can be complex and require careful consideration to do properly. This talk will demonstrate techniques and tools which are a must for any performance aficionado

Resources

Video Recording