1.0.6 • Published 7 years ago

jsbenchmark-loop v1.0.6

Weekly downloads
4
License
-
Repository
-
Last release
7 years ago

jsbenchmark-loop

JSBenchmarks open benchmark specification for JavaScript looping techniques.

Run Benchmark

Updates (reverse chronological order)

2017-01-03 v1.0.6 - Added server spec

2017-01-02 v1.0.5 - Simplified fastForEach and fastMap

2017-01-02 v1.0.4 - Modified to support full or abbreviated versions of fastForEach amd fastMap. Abbreviated versions pass undefined for array index if it is not available with the optimization.

2017-01-02 v1.0.3 - Split loops into groupings, e.g map, forEach, etc. Put fastForEach and fastMap into files.

2016-12-29 v1.0.2 - Added more loop approaches. Made tests more comparable.

2016-12-29 v1.0.1 - Removed Google analytics code.

2016-12-27 v1.0.0 - Initial publication