Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0
Chrome 133
Windows
Desktop
one year ago
Using String.slice()
324/s
Using String.substring() with a magic number
303/s
Using String.slice() without a pre-calculated suffix length
278/s
Using String.substring() with a lastIndexOf() search
182/s
Using String.replace()
181/s
View exact numbers
Test name Executions per second
Using String.slice() 324 Ops/sec
Using String.substring() with a magic number 303 Ops/sec
Using String.slice() without a pre-calculated suffix length 278 Ops/sec
Using String.substring() with a lastIndexOf() search 182 Ops/sec
Using String.replace() 181 Ops/sec
Script Preparation code:
Tests: