Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15
Safari 16
Mac OS X 10.15.7
Desktop
one year ago
Test name Executions per second
new Uint16Array() 5892583.5 Ops/sec
Uint16Array.from() 1466430.2 Ops/sec
Tests:
  • new Uint16Array()

    x
     
    var foo = new Uint16Array([1,2,3]);
  • Uint16Array.from()

     
    var foo = Uint16Array.from([1,2,3]);