Test case name | Result |
---|---|
RegExp#test | |
String#indexOf | |
String#match | |
Preallocated RegExp#test | |
Preallocated String#match |
Test name | Executions per second |
---|---|
RegExp#test | 80133112.0 Ops/sec |
String#indexOf | 1029304192.0 Ops/sec |
String#match | 43567412.0 Ops/sec |
Preallocated RegExp#test | 20731668.0 Ops/sec |
Preallocated String#match | 15486220.0 Ops/sec |