Posted by Michael Fesser on 11/14/07 23:53
..oO(Wojtek)
>Michael Fesser wrote :
>
>> I use hundreds of global and class constants.
>
>Hundreds is not a lot.
Doesn't matter. They're resolved by the compiler like all other symbols.
If you run into performance issues the first thing to do is to profile
your code to see where the real bottlenecks are. In most cases it's the
algorithm, not the language.
Micha
Navigation:
[Reply to this message]
|