Benchmarking (Fastware 2018 - Andrei)
Optimizing
- reduce noise from mesurement
- extract from application
Reliable Euristics
- Computer like Boring / hate surprise
- Branching - replace branch with arithmetic
- Dependencies ( x = y + z)
- Indirect calls
- Indirect write
- Strengh Hurts
- Small is beautiful
References
Written on September 20, 2019, Last update on June 5, 2021
c++
fastware