Go Wiki: Go-Community-Slides
Did you speak at a conference or meetup lately? Please share links to your slide decks here for better distribution to our global community.
Peer To Peer Groups
Kitchener-Waterloo, Canada
Concurrent Optimization Methods Using Go
Brodie Roberts, June 12, 2018 [repo]
Concurrency is a powerful tool for doing huge amounts of computation on today’s multi-core computers. But that power is limited by the design of paralleling the problem and its implementation using threads and locks. We’ll start with a sub-optimal concurrent Go program and walk through improving it - iterating on finding the program’s bottleneck, improving it, and seeing the program get faster. We’ll also cover general tips and tricks of concurrent optimization to apply to your own computationally intensive programs.
Conferences
GopherCon 2018, Denver, Colorado
The Importance of Beginners
Natalie Pistunovich, August 29
Rethinking Classical Concurrency Patterns
Bryan C. Mills, August 28
This content is part of the Go Wiki.