Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
ios vs android
(version: 3)
testing ios vs android perf
Comparing performance of:
sort vs fiddle with the dom
Created:
5 years ago
by:
Registered User
Jump to the latest result
Script Preparation code:
a = [] for (i=0;i<10000;i++) a[i]=Math.random()
Tests:
sort
a.sort()
fiddle with the dom
for (i = 0; i<1000;i++){ div = document.createElement("div") div.innerHTML = i; document.body.append(div) }
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
sort
fiddle with the dom
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
Array .push() vs .unshift() with random numbers
repeated Math.random() vs crypto.getRandomValues()
Math.random vs crypto.getRandom Alberto
Fisher-Yates Shuffle
crypto.getRandomValues vs Math.random()
Comments
Confirm delete:
Do you really want to delete benchmark?