Test name | Executions per second |
---|---|
Number (with string integer) | 4469441.0 Ops/sec |
Unary + (with string integer) | 6494763.5 Ops/sec |
parseInt (with string integer) | 4511294.5 Ops/sec |
Number (with string float) | 2834187.2 Ops/sec |
Unary + (with string float) | 3600525.5 Ops/sec |
parseInt (with string float) | 3474895.8 Ops/sec |
Number (with integer) | 4619411.0 Ops/sec |
Unary + (with integer) | 6807971.5 Ops/sec |
parseInt (with integer) | 4586265.0 Ops/sec |
Number (with float) | 6853871.0 Ops/sec |
Unary + (with float) | 13214768.0 Ops/sec |
parseInt (with float) | 6738908.0 Ops/sec |
Number (with NaN) | 14320817.0 Ops/sec |
Unary + (with NaN) | 182444736.0 Ops/sec |
parseInt (with NaN) | 11448705.0 Ops/sec |