array-foreach-faster
v0.0.1
Published
A replacement of Array.prototype.forEach that is faster
Downloads
2
Readme
Faster Faster forEach
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
Installation
$ npm install --save array-foreach-faster
Usages
require('array-foreach-faster');