Completed
Slow benchmarks
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 Coding tradeoffs
- 4 How does perf work
- 5 Aggregate method
- 6 Benchmarking Dotnet
- 7 How it works
- 8 Slow benchmarks
- 9 Writing a benchmark
- 10 Benchmarking
- 11 Simple benchmark
- 12 String concatenation
- 13 Dictionary
- 14 Dictionary vs IDictionary
- 15 Interfaces
- 16 Loops vs Link
- 17 Measuring the right thing
- 18 Lower invariant
- 19 Dotnet Framework
- 20 Open to anything
- 21 Hybrid Dictionary
- 22 Summary