Test name | Executions per second |
---|---|
Number (with string integer) | 2570223.0 Ops/sec |
Unary + (with string integer) | 3628145.5 Ops/sec |
parseInt (with string integer) | 2502064.0 Ops/sec |
Number (with string float) | 1593708.2 Ops/sec |
Unary + (with string float) | 1933757.5 Ops/sec |
parseInt (with string float) | 1923983.1 Ops/sec |
Number (with integer) | 2659420.8 Ops/sec |
Unary + (with integer) | 3909969.0 Ops/sec |
parseInt (with integer) | 2346603.8 Ops/sec |
Number (with float) | 3902517.2 Ops/sec |
Unary + (with float) | 7771060.5 Ops/sec |
parseInt (with float) | 3536477.2 Ops/sec |
Number (with NaN) | 7533297.0 Ops/sec |
Unary + (with NaN) | 1054949248.0 Ops/sec |
parseInt (with NaN) | 8127507.0 Ops/sec |