Quoting The legend of the darkness <[EMAIL PROTECTED]>:
> Fellow ircu hackers,
>
> I'am thinking moving NICKLEN, USERLEN, HOSTLEN, ACCOUNTLEN, REALLEN,
> PASSWDLEN, AWAYLEN, TOPICLEN, NETWORK, URL_CLIENTS to ircu feature lines.
>
> The target ircu will be .12 (pre-alpha)
>
> What is your opinion about this?
It will probably have a substantial performance impact, because you will need
call call malloc a lot more as you cannot include NICKLEN in the structures
etc..., and also because the compiler cannot perform constant expression
evaluation. You would probably want to profile this and confirm it is a
worthwhile change. Also, it could be tricky if the feature settings are changed
at runtime and might result in segfaults unless a lot of extra checks get added,
so it may be that there is not a lot of benefit compared to the cost.
>
> Forward-Port Status:
> I have ported the new stats code from .11 (written by Kev), im doing some
> final tests and i will commit asap.
> Next, i will work on Q:Lines porting
>
> Regards,
> n\
>
>
>