Ämne: Re: [dcdev] Re: New Encoding Scheme First |
Från: eric |
Datum: 2003-12-01 6:14 |
Till: Direct Connect developers <[email protected]>, Jan Vidar Krey <[email protected]> |
> In any case, when it comes to CPU usage, I believe there are far worse
> CPU hogs in a DC client. Stuff like searching and file hashing, and
> possibly even translation back and forth from UTF-8 are likely to take
> much more CPU than command parsing no matter how much you optimize them
> and no matter how many quoting styles you allow in the command
> parser. Since it is that way, I'd say that it's preferable to ease
> debugging as much as possible before simplifying the command parser
> for speed.
Well, yes, but the hub shouldn't need to bother doing this in any case,
thus no performance hit on the server side.