Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0
Chrome 143
Windows
Desktop
6 months ago
Using String.slice()
334/s
Using String.substring() with a magic number
284/s
Using String.slice() without a pre-calculated suffix length
271/s
Using String.substring() with a lastIndexOf() search
173/s
Using String.replace()
164/s
View exact numbers
Test name Executions per second
Using String.slice() 334 Ops/sec
Using String.substring() with a magic number 284 Ops/sec
Using String.slice() without a pre-calculated suffix length 271 Ops/sec
Using String.substring() with a lastIndexOf() search 173 Ops/sec
Using String.replace() 164 Ops/sec
Script Preparation code:
Tests: