+ 14
Does anyone have some good tips on CPU performance optimization programming techniques?
6 Answers
+ 6
Thank you Ajmal, a lot.
+ 3
What is CPU?
+ 3
Central Proccesing unit. Sometimes called the brain of the computer where processing is done.For example if you want to add two numbers using your computer ,the numbers are send to the cpu together with the sign for Proccesing then the result is send back to you after the arithmetic logic unit has completed the calculations.
+ 2
Never use macros, please, especially in production code. They are inherently evil.
+ 2
so...when u say virtual functions, u mean polymophism?
+ 1
the most simple answer would be that you should condense your code as much as possible, trying not to unnecessarily repeat long scripts. use simple code and algorithms to accomplish your goal. this with ensure the fastest executing and conservation of cpu power