Test name | Executions per second |
---|---|
Match RegEx via Lookahead and Capture Group | 1659904.2 Ops/sec |
Replace Unwanted Parts with Replace RegEx | 84553.4 Ops/sec |
String Split and Reference Array Index with length -1 (const intermediate) | 3196711.8 Ops/sec |
String Split and Reference Array Index with length -1 (var intermediate) | 3259586.2 Ops/sec |
String Split and Reference Array Index with length -1 (no intermediate var) | 3127068.0 Ops/sec |
String Split with pop | 3070758.5 Ops/sec |