Hacker News new | ask | show | jobs
by Etheryte 1682 days ago
In Javascript, forEach, map, reduce and other similar array methods are considerably slower than a regular for loop. You can see [0] and the linked questions for more technical details.

[0] https://stackoverflow.com/q/22155280/1470607