Posts: 1,429
Threads: 321
Joined: Oct 2010
Reputation:
0
I am thinking of Changing from Strcmp to What ever is the best command processor for RP Servers
DCMD
ZCMD
YCDM
or Should I stay with Strcmp?
Posts: 282
Threads: 47
Joined: Feb 2011
Reputation:
0
YCMD has more functions than ZCMD, but if i remember correctly, ZCMD is faster.
Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
if you dont use the parameters in YCMD it gives a warning for every command, tho im sure #pragma unused params would solve that, else use ZCMD
Posts: 527
Threads: 6
Joined: Jul 2010
Reputation:
0
I agree with most of people, zcmd.
Posts: 1,222
Threads: 23
Joined: Jul 2009
Reputation:
0
Sorry to hijack the thread, but could someone actually post a benchmark which shows a speed comparisson?
I can't imagine that they are more than a few milliseconds apart, at the most.
Posts: 2,857
Threads: 62
Joined: Dec 2010
Reputation:
0
ZCMD and DCMD are fine. Don't use YCMD unless you need everything it has to offer.