[HELP] Need some optimization tips for my server xD
#9

Quote:
Originally Posted by nGen.SoNNy
Посмотреть сообщение
I'm using #emit on the main function i use it the most: InfoTD_MSG xD I will take a look on the other posts and maybe i will learn something new.
#emit is designed to bypass PAWN limitations and not designed for optimization purposes. Using it will not make your code any faster, since the PAWN compiler generates it anyway.

However, for optimization, use less timers. Swap certain timers for unix timestamps, lower string sizes, etc. If you use any SQL based database system, you could try optimizing or threading queries.

This thread covers most aspects of code optimization, you should read it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)