Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Typed Array Clone
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:135.0) Gecko/20100101 Firefox/135.0
Browser:
Firefox 135
Operating system:
Mac OS X 10.15
Device Platform:
Desktop
Date tested:
one year ago
new Float64Array(a)
24.6M/s
a.slice()
13.5M/s
View exact numbers
Test name
Executions per second
✓
new Float64Array(a)
24,612,692 Ops/sec
a.slice()
13,462,578 Ops/sec
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
var a = new Float64Array([1.2, 3.4, 5.6, 7.8, 9.10, -1.2, -3.4, -5.6, -7.8, -9.10])
Tests:
a.slice()
var b = a.slice() a = b;
new Float64Array(a)
var c = new Float64Array(a) a = c;