play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

call is faster than binding the function in forEach #36

Closed rogueSkib closed 9 years ago

rogueSkib commented 9 years ago

Performance tests showed that just using call was faster than binding the fn and ctx.

collingreen commented 9 years ago

Looks good. Performance test shows ~15% speed increase on android.

rogueSkib commented 9 years ago

See binding branch of gcPerf for performance tests :+1: