This is a drop-in replacement of the Array.prototype.forEach function these benchmarks seen at: http://jsperf.com/array-traversal-loop-vs-foreach/4 appear to prove that the operations per second are about 20% faster
$ npm install --save array-foreach-faster
require('array-foreach-faster');