Completed
Ifelse statements
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Performance Analysis of a Trading System over Compilers
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Background
- 3 Its not clever
- 4 Boost
- 5 Hardware
- 6 AMD bulldozer
- 7 Meltdown Spector
- 8 Example Code
- 9 GCC 447
- 10 GCC 863
- 11 ICC Intel
- 12 Log Scale
- 13 Static Branch Predictor
- 14 Misprediction Penalty
- 15 Builtin Expect
- 16 GCC
- 17 ICCClang
- 18 Expect
- 19 Performance
- 20 Switch Statements
- 21 GCC ICC
- 22 Ifelse statements
- 23 Break
- 24 ICC
- 25 Is it unstable
- 26 Does it matter