Run details:
Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
IE 11
Windows 7
Other
8 years ago
Test name Executions per second
pre-allocated 223552.3 Ops/sec
variable size 39670.1 Ops/sec
Tests:
  • pre-allocated

    AخA
     
    for(var test = new Array(1000), i = 0; i < 1000; i++)
      test[i] = i
  • variable size

     
    for(var test = [], i = 0; i < 1000; i++)
      test.push(i)