Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0
Chrome 119
Windows
Desktop
7 months ago
Test name Executions per second
fill index 1455408.8 Ops/sec
fill from 1706481.2 Ops/sec
Script Preparation code:
AخA
 
let i, length = 1_000
Tests:
  • fill index

     
    const a = new Array(length)
    for(i = 0; i < length; i++) a[i] = 0
  • fill from

     
    const a = Array.from({length}).fill(0)