Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
slice vs substr vs substring (with no end index) #2
(version: 0)
Compares slice, substr and substring to each other when there is only a start index
Comparing performance of:
slice vs substr vs substring
Created:
2 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
var example = 'there is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoonthere is no spoon'
Tests:
slice
var result = example.slice(10)
substr
var result = example.substr(10)
substring
var result = example.substring(10)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
slice
substr
substring
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?