Float32Array Copy (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script>
  var x = new Float32Array(16);
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
constructor
var y = new Float32Array(x);
ready
loop
var y = new Float32Array(16);
for (var i = 0; i < 16; i++)
  y[i] = x[i];
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.