Test name | Executions per second |
---|---|
Number (with string integer) | 4361536.0 Ops/sec |
Unary + (with string integer) | 6303642.5 Ops/sec |
parseInt (with string integer) | 4350166.0 Ops/sec |
Number (with string float) | 2819598.8 Ops/sec |
Unary + (with string float) | 3605644.5 Ops/sec |
parseInt (with string float) | 3329564.2 Ops/sec |
Number (with integer) | 4490084.5 Ops/sec |
Unary + (with integer) | 6599095.0 Ops/sec |
parseInt (with integer) | 4451143.0 Ops/sec |
Number (with float) | 6709091.0 Ops/sec |
Unary + (with float) | 12908270.0 Ops/sec |
parseInt (with float) | 6541379.0 Ops/sec |
Number (with NaN) | 14435087.0 Ops/sec |
Unary + (with NaN) | 1016578048.0 Ops/sec |
parseInt (with NaN) | 10917749.0 Ops/sec |