Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.113 Safari/537.36
Chrome 53
Windows
Other
7 years ago
Test name Executions per second
Basic for loop 6135.0 Ops/sec
For loop but caching the length 618722.6 Ops/sec
While loop that imitates a for loop 8208.0 Ops/sec
While loop that imitates a for loop caching len 627769.3 Ops/sec
While loop in reverse simplifying the test 625870.3 Ops/sec
While looping by popping values 5670000.0 Ops/sec
for ... in loop 4017103.0 Ops/sec
for ... in loop with integer test 3777636.0 Ops/sec
For loop testing on existence rather than lengt 6179414.0 Ops/sec
For loop testing on existence plus array lookup 6515080.0 Ops/sec
For testing on existence rather than length array 6045978.0 Ops/sec
For reference 5636906.0 Ops/sec
Array.forEach() native implementation. 5811464.0 Ops/sec
For reference against forEach() 6533835.0 Ops/sec
Script Preparation code:
Tests:
  • Basic for loop

  • For loop but caching the length

  • While loop that imitates a for loop

  • While loop that imitates a for loop caching len

  • While loop in reverse simplifying the test

  • While looping by popping values

  • for ... in loop

  • for ... in loop with integer test

  • For loop testing on existence rather than lengt

  • For loop testing on existence plus array lookup

  • For testing on existence rather than length array

  • For reference

  • Array.forEach() native implementation.

  • For reference against forEach()