If I have a function that is called alot, and that function has 20 LOCAL vars in it, how much time would I save by making all the vars GLOBAL so that they are not continually created and destroyed?
Speed is important in this dll because it is applied across 80 charts and small fractions start to really add up.
------------------
Kind Regards
Mike
Speed is important in this dll because it is applied across 80 charts and small fractions start to really add up.
------------------
Kind Regards
Mike
Comment