Test name | Executions per second |
---|---|
Number (with string integer) | 68985520.0 Ops/sec |
Unary + (with string integer) | 71371760.0 Ops/sec |
parseInt (with string integer) | 71857376.0 Ops/sec |
Number (with string float) | 9598690.0 Ops/sec |
Unary + (with string float) | 9700726.0 Ops/sec |
parseInt (with string float) | 10191766.0 Ops/sec |
Number (with integer) | 105851616.0 Ops/sec |
Unary + (with integer) | 107708480.0 Ops/sec |
parseInt (with integer) | 95503744.0 Ops/sec |
Number (with float) | 104540648.0 Ops/sec |
Unary + (with float) | 108123280.0 Ops/sec |
parseInt (with float) | 81386304.0 Ops/sec |
Number (with NaN) | 175403456.0 Ops/sec |
Unary + (with NaN) | 191055920.0 Ops/sec |
parseInt (with NaN) | 182255680.0 Ops/sec |