Originally Posted By: jcl
The lite-C compiler does not optimize. So a DLL function can be indeed up to 50% faster when created with an optimizing compiler such as VC++.

But you normally will only notice a difference when the function contains large loops. Otherwise the function can be written in lite-C or in VC++ without much effect on the total script execution speed.
, how large loops are we talking about? tia for your time.