Completed
What are you trying to achieve
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pragmatic Performance - When to Care About Perf, and What to Do About It
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Premature optimization
- 3 Context
- 4 Running benchmarks
- 5 Benchmark features
- 6 String concatenation
- 7 String concatenation results
- 8 What are you trying to achieve
- 9 Dictionary vs ID
- 10 Dictionary vs Interface
- 11 Interface vs Concrete
- 12 Loops vs Link
- 13 Benchmarking Link
- 14 String case conversions
- 15 Can you switch
- 16 Hybrid Dictionary
- 17 Summary
- 18 Questions