Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Chrome 116
Windows
Desktop
one year ago
Test name Executions per second
String.split 7355309.0 Ops/sec
Regex.match 1401621.5 Ops/sec
Script Preparation code:
AخA
 
string = "This is a benchmark to test if matching a regex is faster that splitting a string";
regex = /\S+/gi;
Tests:
  • String.split

     
    string.split(" ")
  • Regex.match

     
    string.match(regex)