Skip to content

Latest commit

 

History

History
20 lines (7 loc) · 542 Bytes

README.md

File metadata and controls

20 lines (7 loc) · 542 Bytes

Concurrency and Golang

This repository contains a slideshow (index.html) and example code for a talk on concurrency and Golang.

Example Code

We'll be going over several different ways to download large numbers of files over the internet.

Code in synchronous/, 10workers/, 100workers/ and routine_per_cat/ all contain various implementations of how to download all the files. We'll examine their performance while downloading 2000 cats from Imgur.