Thursday, 5 September 2013

`arguments` increases the running time (mysteriously)

`arguments` increases the running time (mysteriously)

I have implemented a simple lightweight every function. I have noticed
that if the variable arguments is somehow used inside the function -- it
increases the running time from 800 ms to 1300 ms (in my case). What
causes this?
http://jsfiddle.net/4znzy/

No comments:

Post a Comment