ROMB

Results 14 comments of ROMB

CPU profiling on my own project. Fireworks CPU usage on render changed from 48% to 8%

Also found some tests. http://jsperf.com/foreach-speed-test

Updated... I'm bein wrong about for .. in, because i'm writing on coffescript, and it replaces for in with for loop. Updated test to compare forEach, for .. in and...