Completed
Go vs C
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How Go is Making Us Faster
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is this talk about
- 3 Context
- 4 Microservices
- 5 New problems
- 6 Easy to solve
- 7 Easy to create
- 8 Awesome standard library
- 9 A vibrant community
- 10 The tool chain
- 11 Go test
- 12 Race detector
- 13 Go Vet
- 14 Productivity
- 15 Speed
- 16 Go vs C
- 17 Go vs Pearl
- 18 Go vs Java
- 19 Go Services
- 20 Performance
- 21 Go Tests
- 22 Sampling Profiler
- 23 Garbage Collection
- 24 Go Max Procs
- 25 Channel is Magic
- 26 Mutex Lock
- 27 Empty interfaces
- 28 Runtime type checking
- 29 De defer
- 30 De unwind
- 31 GCC
- 32 Things we dont like