Test name | Executions per second |
---|---|
Number (with string integer) | 2610859.5 Ops/sec |
Unary + (with string integer) | 3684971.8 Ops/sec |
parseInt (with string integer) | 2648138.2 Ops/sec |
Number (with string float) | 1461980.5 Ops/sec |
Unary + (with string float) | 1900585.6 Ops/sec |
parseInt (with string float) | 1734959.2 Ops/sec |
Number (with integer) | 2728975.2 Ops/sec |
Unary + (with integer) | 4088679.8 Ops/sec |
parseInt (with integer) | 2792335.5 Ops/sec |
Number (with float) | 4186832.8 Ops/sec |
Unary + (with float) | 8055287.0 Ops/sec |
parseInt (with float) | 4007512.8 Ops/sec |
Number (with NaN) | 8575808.0 Ops/sec |
Unary + (with NaN) | 880294656.0 Ops/sec |
parseInt (with NaN) | 6518755.5 Ops/sec |