Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0
Firefox 99
Linux
Desktop
2 years ago
Test name Executions per second
slice 174605456.0 Ops/sec
substr 158028272.0 Ops/sec
substring 148435408.0 Ops/sec
Script Preparation code:
AخA
 
var example = 'there is no spoon'
Tests:
  • slice

     
    var result = example.slice(10)
  • substr

     
    var result = example.substr(10)
  • substring

     
    var result = example.substring(10)