Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36
Chrome 84
Windows
Desktop
3 years ago
Test name Executions per second
Match RegEx via Lookahead and Capture Group 1404841.0 Ops/sec
Replace Unwanted Parts with Replace RegEx 82802.1 Ops/sec
String Split and Reference Array Index with length -1 2676637.0 Ops/sec
String Split with pop 2657479.0 Ops/sec
Substr with lastIndexOf 2612442.0 Ops/sec
Slice with lastIndexOf 2661264.0 Ops/sec
Script Preparation code:
Tests:
  • Match RegEx via Lookahead and Capture Group

  • Replace Unwanted Parts with Replace RegEx

  • String Split and Reference Array Index with length -1 (const intermediate)

  • String Split and Reference Array Index with length -1 (var intermediate)

  • String Split and Reference Array Index with length -1 (no intermediate var)

  • String Split with pop