Test name | Executions per second |
---|---|
Number (with string integer) | 1107494.9 Ops/sec |
Unary + (with string integer) | 1656188.4 Ops/sec |
parseInt (with string integer) | 1124764.0 Ops/sec |
Number (with string float) | 739158.1 Ops/sec |
Unary + (with string float) | 961527.4 Ops/sec |
parseInt (with string float) | 822286.8 Ops/sec |
Number (with integer) | 1254905.8 Ops/sec |
Unary + (with integer) | 1863025.1 Ops/sec |
parseInt (with integer) | 1216737.4 Ops/sec |
Number (with float) | 1859307.1 Ops/sec |
Unary + (with float) | 3561433.8 Ops/sec |
parseInt (with float) | 1771891.6 Ops/sec |
Number (with NaN) | 3835118.0 Ops/sec |
Unary + (with NaN) | 574776448.0 Ops/sec |
parseInt (with NaN) | 3001836.2 Ops/sec |