Test case name | Result |
---|---|
With Regexp | |
With Regexp of smaller scope | |
With for-loop | |
With for-loop (initialized length) | |
With lastIndexOf and substring | |
With lastIndexOf and slice | |
With split, slice, join | |
With split, pop, join |
Test name | Executions per second |
---|---|
With Regexp | 495440.1 Ops/sec |
With Regexp of smaller scope | 504375.4 Ops/sec |
With for-loop | 419858.5 Ops/sec |
With for-loop (initialized length) | 342976.7 Ops/sec |
With lastIndexOf and substring | 3019218.0 Ops/sec |
With lastIndexOf and slice | 3054037.2 Ops/sec |
With split, slice, join | 254613.0 Ops/sec |
With split, pop, join | 260353.4 Ops/sec |