Completed
Benchmarking Speed
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fastware
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Mind Amdahl's Law
- 3 Optimizing Rare Cases
- 4 Today's Computing Architectures
- 5 Reliable Heuristics
- 6 Benchmarking Speed
- 7 Replace Branches with Arithmetic
- 8 Sense & Sensibility
- 9 Reduce Dependencies
- 10 One Induction Variable
- 11 Get rid of multiplication by 3
- 12 Enter optional
- 13 Replace branches with optional