04.09.2012, 21:36
Hello, I want to know how to optimize a full gamemode type gf.
There are multiple topics on ways of optimising different bits of code, but there's no single answer. The first step is to profile your code and see what's actually running slowly, onec you know that then getting single optimisations methods for that one part is easier, but you can't do it without that data and only you can do that.
|
Wouldn't you agree that starting with memory optimization is the best start for someone like this (and the MYSQL queries as hinted above as well xD)?
|