Test case name | Result |
---|---|
substring with indexOf | |
substr with indexOf | |
string.split with limit (array index) | |
string.split with limit (destructuring) | |
string.split without limit (destructuring) | |
string.split without limit (array index) |
Test name | Executions per second |
---|---|
substring with indexOf | 606359552.0 Ops/sec |
substr with indexOf | 600264768.0 Ops/sec |
string.split with limit (array index) | 4932491.5 Ops/sec |
string.split with limit (destructuring) | 4985468.5 Ops/sec |
string.split without limit (destructuring) | 7882534.5 Ops/sec |
string.split without limit (array index) | 8010210.5 Ops/sec |