techfort / PowerArray

Boosted Performance Array
248 stars 16 forks source link

Changed forEach to for in constructor and concat #17

Closed taylorhakes closed 9 years ago

taylorhakes commented 9 years ago

Added a performance gain by changing forEach to for loop.

techfort commented 9 years ago

Thanks!