How do you improve the performance of your app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you improve the performance of your app

for an example I'm creating a game for PC how do I improve its performance via code in any c languages like c c++ and c#

5th Aug 2017, 11:41 AM
Elise Dorian
Elise Dorian - avatar
3 Answers
+ 2
Link some of your code, way too broad of a question
5th Aug 2017, 12:21 PM
aklex
aklex - avatar
+ 1
Look over the code which takes much memory or execution time or which is executed often. What happens at the lowest level you can think of? How could you improve it?
9th Aug 2017, 10:32 AM
Timon Paßlick
0
big O notation is one way. I just learned about it last month. And ive been in the industry for 4yrs😭
5th Aug 2017, 1:54 PM
Denise Michelle del Bando
Denise Michelle del Bando - avatar