Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 YaBrowser/24.7.0.0 Safari/537.36
Yandex Browser 24
Mac OS X 10.15.7
Desktop
one year ago
Using String.substring() with a magic number
234/s
Using String.slice()
234/s
Using String.slice() without a pre-calculated suffix length
234/s
Using String.substring() with a lastIndexOf() search
175/s
Using String.replace()
152/s
View exact numbers
Test name Executions per second
Using String.substring() with a magic number 234 Ops/sec
Using String.slice() 234 Ops/sec
Using String.slice() without a pre-calculated suffix length 234 Ops/sec
Using String.substring() with a lastIndexOf() search 175 Ops/sec
Using String.replace() 152 Ops/sec
Script Preparation code:
Tests: