Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Chrome 133
Mac OS X 10.15.7
Desktop
2 months ago
Test name Executions per second
array.push 25681106.0 Ops/sec
set.add 4162686.8 Ops/sec
Tests:
  • array.push

    AخA
     
    const a = []
    for (let i = 0; i < 30; i++) a.push(i)
  • set.add

     
    const s = new Set()
    for (let i = 0; i < 30; i++) s.add(i)