Size of a query
#2

Size of a string.. well, each index holds one, so that makes it the.. ermm.. size?

pawn Код:
new _st[3] = "aaa";
You don't need to calculate the size of every string to perfectly optimise it, because it's not the 80s, but you need to be sensible about it too - using 128 string size for a 24 char player name OR 512 for a 128 client message, is stupidity. For the query you mentioned, the first size that popped to my head, SAFELY, was 40.
Reply


Messages In This Thread
Size of a query - by anou1 - 17.04.2014, 08:13
Re: Size of a query - by RajatPawar - 17.04.2014, 08:18
Re: Size of a query - by Conradus - 17.04.2014, 08:18
Re: Size of a query - by anou1 - 17.04.2014, 08:34
Re: Size of a query - by Vince - 17.04.2014, 08:57
Re : Size of a query - by S4t3K - 17.04.2014, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)