Tests:
  • map

    AخA
     
    map = new Map(), n = 1000000;
    for (let i = 0; i < n; i++) {
      map.set(i, i);
    }
  • obj

     
    let obj = {}, n = 1000000;
    for (let i = 0; i < n; i++) {
      obj[i] = i;
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    map
    obj

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Chrome 105 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
map 2.0 Ops/sec
obj 33.4 Ops/sec