|
On Wed, Aug 18, 2010 at 1:15 PM, Patrick McCaveryYou'll really feel the difference on inner loops, otherwise not that much.
<patrick@cakeandfile.com> wrote:
> Everyone says globals are slower, any guesses on specifically how much
> slower? i.e half the speed of locals?
It's good to get in the habit of typing 'local' anyway - though as Rob
points out there is a 250-odd limit to the number of locals in a
single block. If you hit this, your functions are probably too long
;)
steve d.