
Optimization
Programming Throwdown
00:00
Optimizing for Size vs Speed
Most of the time we're just not really concerned about the size of o our programme. If you have a certain portion of your code which is used over and over again, if the compiler tries to optimize it to run as fast as possible through those instructions once, it might have a code sides which is 25 % bigger than if it optimizes for size. And so that was an interesting trade off. The other thing is, we've talked about several times, but gpu, so get into heterogeneous processing and whether you can use the gpu to off load and optimize how yourpo our your programms run time by running it there. Yes. I'd no idea that that got
Transcript
Play full episode