Posts: 14
Threads: 3
Joined: Mar 2013
Reputation:
0
Hello, could someone explain me how would strcmp perform on 100 or 200 player base and how would zcmd do that..
i would love to see some numbers...
Is it really necessary to transfer strcmp to zcmd?
Posts: 641
Threads: 30
Joined: Jun 2012
Reputation:
0
Well i think ZCMD is fast command processor then strcmp ...
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Yes it is necessary.
ZCMD is faster than strcmp.
But YCMD i think is more faster.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Basically, if you have 200 strcmp commands and the command you want to perform is a the bottom of the list, then the script will need to go through all 199 commands above it to see that it's not the command that was requested. ZCMD and YCMD call the function directly.