Is this bad?
#2

It means you used too mutch memory, it's like having mutch arrays with a hight amount in it, like using:
Код:
new string1[256];
new string2[256];
new string3[256];
new string4[256];
while you can also use:
Код:
new string[128];
It's not realy that bad, but your server(/players) can lag by using too mutch memory.

Here you can see how to optimise your arrays:
Reply


Messages In This Thread
Is this bad? - by Dreftas - 26.06.2009, 10:50
Re: Is this bad? - by Andom - 26.06.2009, 10:53
Re: Is this bad? - by Correlli - 26.06.2009, 10:56
Re: Is this bad? - by Dreftas - 26.06.2009, 11:10
Re: Is this bad? - by arnutisz - 26.06.2009, 11:34
Re: Is this bad? - by Correlli - 26.06.2009, 14:19
Re: Is this bad? - by Andom - 26.06.2009, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)