Test name | Executions per second |
---|---|
Number (with string integer) | 265365.1 Ops/sec |
Unary + (with string integer) | 391074.4 Ops/sec |
parseInt (with string integer) | 270508.1 Ops/sec |
Number (with string float) | 191994.2 Ops/sec |
Unary + (with string float) | 235044.8 Ops/sec |
parseInt (with string float) | 204368.0 Ops/sec |
Number (with integer) | 284989.8 Ops/sec |
Unary + (with integer) | 420590.4 Ops/sec |
parseInt (with integer) | 268554.6 Ops/sec |
Number (with float) | 423236.8 Ops/sec |
Unary + (with float) | 848751.8 Ops/sec |
parseInt (with float) | 415400.5 Ops/sec |
Number (with NaN) | 919157.2 Ops/sec |
Unary + (with NaN) | 190644832.0 Ops/sec |
parseInt (with NaN) | 657450.9 Ops/sec |