Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0
Firefox 151
Windows
Desktop
one month ago
Using String.replace()
112/s
Using String.slice()
84/s
Using String.slice() without a pre-calculated suffix length
84/s
Using String.substring() with a lastIndexOf() search
81/s
Using String.substring() with a magic number
79/s
View exact numbers
Test name Executions per second
Using String.replace() 112 Ops/sec
Using String.slice() 84 Ops/sec
Using String.slice() without a pre-calculated suffix length 84 Ops/sec
Using String.substring() with a lastIndexOf() search 81 Ops/sec
Using String.substring() with a magic number 79 Ops/sec
Script Preparation code:
Tests: