M
Marty
Hi,
I've read that the if/else statement, or get/set accessor, can be
compiled inline by the C# compiler if they are small enough.
Have you seen any documentation that 'summarized' all thoses
optimizations tricks? I would like to be aware of all tips and trick
that should be used as good programming habits that make any software
coding optimized. I remember that in VB6 there was a lot of
optimization tips.
So my question does not concern solving bottleneck inside an algorithm,
but tricks related on the language itself.
If you have any idea, that would be very appreciated, thanks!
Regards,
Marty
I've read that the if/else statement, or get/set accessor, can be
compiled inline by the C# compiler if they are small enough.
Have you seen any documentation that 'summarized' all thoses
optimizations tricks? I would like to be aware of all tips and trick
that should be used as good programming habits that make any software
coding optimized. I remember that in VB6 there was a lot of
optimization tips.
So my question does not concern solving bottleneck inside an algorithm,
but tricks related on the language itself.
If you have any idea, that would be very appreciated, thanks!
Regards,
Marty