Friday, November 18, 2011

jquery.each inefficient

I have discovered that the jQuery.each() call is inefficient.

jQuery.each() maybe f(x) > n; where f(x) maybe n^i or xn.  i > 1.

I recommend using the for loop instead.

No comments: