Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 433 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 433 Bytes

Go Profiling and Optimization

This code is example code used in my talk, Go Profiling and Optimization. See the video recording, and the slides.

It shows how pprof and go-torch can be used to identify performance bottlenecks, and optimize them.