+ 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#
3 Respostas
+ 2
Link some of your code, way too broad of a question
+ 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?
0
big O notation is one way. I just learned about it last month. And ive been in the industry for 4yrs😭