Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davecheney/gophercon2018-performance-tuning-workshop
GopherCon 2018 Performance Tuning Workshop
https://github.com/davecheney/gophercon2018-performance-tuning-workshop
Last synced: 1 day ago
JSON representation
GopherCon 2018 Performance Tuning Workshop
- Host: GitHub
- URL: https://github.com/davecheney/gophercon2018-performance-tuning-workshop
- Owner: davecheney
- Created: 2018-08-15T10:26:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T01:47:05.000Z (about 6 years ago)
- Last Synced: 2024-12-04T03:06:35.377Z (8 days ago)
- Language: Go
- Homepage: http://bit.ly/goptw2018
- Size: 8.25 MB
- Stars: 935
- Watchers: 26
- Forks: 98
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - davecheney/gophercon2018-performance-tuning-workshop - GopherCon 2018 Performance Tuning Workshop (Go)
- awesome-list - gophercon2018-performance-tuning-workshop
README
# GopherCon 2018 Performance Tuning Workshop
## Instructors
- David Cheney
- Francesc Campoy## Overview
The goal for this workshop is to give you the tools you need to diagnose performance problems in your Go applications and fix them.
Through the day we'll work from the small -- learning how to write benchmarks, then profiling a small piece of code. Then step out and talk about the execution tracer, the garbage collector and tracing running applications. The remainder of the day will be a chance for you to ask questions, experiment with your own code.
## Schedule (approximate)
This repo is on [bit.ly/goptw2018](http://bit.ly/goptw2018) (goptw2018 = gophercon performance tuning workshop 2018).
| Start | Description |
| --- | --- |
| 09:00 | [Welcome and introduction][1] |
| 09:30 | [Benchmarking (dfc)][2] |
| 10:45 | Break (15 minutes) |
| 11:00 | [Profiling (francesc)][4]
| 12:00 | Lunch (90 minutes) |
| 13:30 | [Execution tracer (francesc)][5] |
| 14:30 | [Compiler optimisation (dfc)][3]|
| 15:15 | Break (15 minutes) |
| 15:30 | [Tips and tricks (dfc)][6] |
| 16:00 | Exercises |
| 16:45 | [Final Questions and conclusion][7] |
| 17:00 | Close |## License and Materials
This repository is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) licence.
[1]: 1-welcome/1-welcome.md
[2]: 2-benchmarking/benchmarking.md
[3]: 3-compiler-optimisations/1-compiler-optimisations.md
[4]: 4-profiling/1-profiling.md
[5]: 5-execution-tracer/1-execution-tracer.md
[6]: 6-tips-and-tricks/1-tips-and-tricks.md
[7]: 7-conclusion/1-conclusion.md