Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
matches exec
(version: 0)
matches exec
Comparing performance of:
matches vs exec
Created:
2 years ago
by:
Guest
Jump to the latest result
Tests:
matches
"``` java a b c".match("^...\\s*(\\S*)")
exec
new RegExp("^...\\s*(\\S*)").exec("``` java a b c")
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
matches
exec
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
match vs exec2
match vs exec with many matches
RegEx.exec vs String.match (inline)
matches exec2
Comments
Confirm delete:
Do you really want to delete benchmark?