Hacker News new | ask | show | jobs
by mosquito242 3772 days ago
I'm not a hardcore JS dev, but it probably has to do with the speed of objects vs. arrays. In most languages, arrays are significantly faster (because they're basically one contiguous block of memory).

[1] http://stackoverflow.com/questions/17295056/array-vs-object-...