Effect of function location on overall performance
I have a rather large javascript application and am trying to optimize
performance. If I have a loop that will execute a small function thousands
of times, does putting the small function far away, code-wise, from the
calling function have any performance implications? Thank You.
No comments:
Post a Comment