Function calls are not cheap operations and for time critical code it is better to avoid them. This article explores techniques you can use to avoid function calls thus speeding up your code.


Function calls are not cheap operations and for time critical code it is better to avoid them. This article explores techniques you can use to avoid function calls thus speeding up your code.

We investigate how the data cache influences the performance of your program, talk about ways for you to write faster programs by better leveraging the data cache.
