Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0
Firefox 133
Windows
Desktop
17 days ago
Test name Executions per second
[...Array(n).keys()].map(filler) 1075.4 Ops/sec
Array.apply(null, { length: 4 }).map(filler) 508.5 Ops/sec
Array.from 2719.5 Ops/sec
Array(n).fill(undefined).map(filler) 1634.4 Ops/sec
for loop push 3437.7 Ops/sec
Script Preparation code:
Tests:
  • [...Array(n).keys()].map(filler)

  • Array.apply(null, { length: 4 }).map(filler)

  • Array.from

  • Array(n).fill(undefined).map(filler)

  • for loop push