From 302310c76c3a1ce36eb21ffee57388e180002fd0 Mon Sep 17 00:00:00 2001 From: Natalie Date: Thu, 30 Aug 2018 08:04:11 -0600 Subject: [PATCH] Add: The Importance of Beginners, GopherCon 18 --- Go-Community-Slides.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Go-Community-Slides.md b/Go-Community-Slides.md index eec005d5..d3ca5a70 100644 --- a/Go-Community-Slides.md +++ b/Go-Community-Slides.md @@ -9,4 +9,14 @@ Did you speak at a conference or meetup lately? Please share links to your slide Brodie Roberts, June 12, 2018 [[repo](https://github.com/indexexchange/GoOptimizationMethods)] -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. +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](http://gophercon.com/), Denver, Colorado + +### The Importance of Beginners +Natalie Pistunovich, August 29 + +* [Session details](https://www.gophercon.com/agenda/session/16875) +* [Slides](https://github.com/Pisush/Public-Speaking/blob/master/Slides/gopherconUS.pdf) \ No newline at end of file