So after looking after the benchmark tool and the functionality of the
looping I am going to go with this method. A little bit slower but 10 times
easier to work with in my opinion. Might make the app a little bit slower
but way easier to work with and maintain than using the fastest method. I
think it is a worth while trade off.
for(var i=arr.length; i--;){
arr[i];
}
On Thu, Apr 22, 2010 at 1:12 PM, Aaron Newton <[email protected]> wrote:
> But keep in mind: premature optimization is the root of all evil
>
>
> That's how genocides happen.
>
--
Subscription settings:
http://groups.google.com/group/mootools-users/subscribe?hl=en