Completed
Results
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 Introduction
- 2 Premature optimization
- 3 Donald Knuth
- 4 Debugging and maintenance
- 5 Coding is about tradeoffs
- 6 Know the context
- 7 Code Profiling
- 8 Benchmarknet
- 9 Demo
- 10 Writing a benchmark
- 11 Baseline
- 12 Benchmarks
- 13 Results
- 14 Whats more important
- 15 Dictionary benchmarks
- 16 Coding standards
- 17 Loops vs Link
- 18 Link has other benefits
- 19 Substring vs Span
- 20 Span vs substring
- 21 Swapping out components
- 22 The perfect performance story
- 23 Summary