Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Chrome 56
Windows
Other
8 years ago
Test name Executions per second
of 3708628.2 Ops/sec
array 3771839.5 Ops/sec
Tests:
  • of

    AخA
     
    const x = Float32Array.of(1,2,3);
  • array

     
    const x = new Float32Array(3);
    x[0] = 1;
    x[1] = 2;
    x[2] = 3;