Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
Chrome 145
Mac OS X 10.15.7
Desktop
5 months ago
Using String.slice()
879/s
Using String.slice() without a pre-calculated suffix length
872/s
Using String.substring() with a magic number
868/s
Using String.substring() with a lastIndexOf() search
361/s
Using String.replace()
302/s
View exact numbers
Test name Executions per second
Using String.slice() 879 Ops/sec
Using String.slice() without a pre-calculated suffix length 872 Ops/sec
Using String.substring() with a magic number 868 Ops/sec
Using String.substring() with a lastIndexOf() search 361 Ops/sec
Using String.replace() 302 Ops/sec
Script Preparation code:
Tests: