Test name | Executions per second |
---|---|
Number (with string integer) | 3089630.2 Ops/sec |
Unary + (with string integer) | 4632079.0 Ops/sec |
parseInt (with string integer) | 3129830.2 Ops/sec |
Number (with string float) | 2099961.0 Ops/sec |
Unary + (with string float) | 2686246.2 Ops/sec |
parseInt (with string float) | 2443564.0 Ops/sec |
Number (with integer) | 3262949.8 Ops/sec |
Unary + (with integer) | 4838731.0 Ops/sec |
parseInt (with integer) | 3245216.0 Ops/sec |
Number (with float) | 4873288.0 Ops/sec |
Unary + (with float) | 9368616.0 Ops/sec |
parseInt (with float) | 4715809.0 Ops/sec |
Number (with NaN) | 9859267.0 Ops/sec |
Unary + (with NaN) | 1388663168.0 Ops/sec |
parseInt (with NaN) | 9840603.0 Ops/sec |