Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
parseInt with binary numbers vs native numbers
(version: 1)
Comparing performance of:
parseInt with binary numbers vs native numbers
Created:
one year ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
a = '111111'; a2 = '101010'; b = 63; b2 = 42;
Tests:
parseInt with binary numbers
c = parseInt(a, 2); c2 = parseInt(a2, 2); x = b * b2;
native numbers
c = b; c2 = b2; x = b * b2;
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
parseInt with binary numbers
native numbers
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!
Comments
Confirm delete:
Do you really want to delete benchmark?