27.08.2012, 12:48
(
Последний раз редактировалось Roko_foko; 27.08.2012 в 13:21.
)
Yes ZCMD was faster than regular strcmp/strtok. And in my opinion strtok is too slow, which isn't needed. ZCMD uses CallRemoteFunction what is faster than if-else ( only if there are a lot of if-elses). In this case there won't be a lot of if-elses because of switch on beggining we jump/skip a 80 percent of them. So, this could be faster then ZCMD. About YCMD, I dunno how it works so I can't tell anything about it. And I want to underline that I am not expert in processing speed.