Test case name | Result |
---|---|
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 |
Test name | Executions per second |
---|---|
Match RegEx via Lookahead and Capture Group | 1620662.8 Ops/sec |
Replace Unwanted Parts with Replace RegEx | 103375.3 Ops/sec |
String Split and Reference Array Index with length -1 (const intermediate) | 3298802.0 Ops/sec |
String Split and Reference Array Index with length -1 (var intermediate) | 3140513.5 Ops/sec |
String Split and Reference Array Index with length -1 (no intermediate var) | 3305088.2 Ops/sec |
String Split with pop | 3310777.5 Ops/sec |