STRCMP
#1

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?
Reply
#2

Well i think ZCMD is fast command processor then strcmp ...
Reply
#3

Yes it is necessary.
ZCMD is faster than strcmp.

But YCMD i think is more faster.
Reply
#4

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.
Reply
#5

Quote:
Originally Posted by Vince
Посмотреть сообщение
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.
Just what i needed to hear. Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)