Test name | Executions per second |
---|---|
Number (with string integer) | 978572.9 Ops/sec |
Unary + (with string integer) | 1453353.8 Ops/sec |
parseInt (with string integer) | 1021452.8 Ops/sec |
Number (with string float) | 810759.5 Ops/sec |
Unary + (with string float) | 1056467.5 Ops/sec |
parseInt (with string float) | 910046.1 Ops/sec |
Number (with integer) | 1129968.2 Ops/sec |
Unary + (with integer) | 1619260.0 Ops/sec |
parseInt (with integer) | 1113514.0 Ops/sec |
Number (with float) | 1563473.1 Ops/sec |
Unary + (with float) | 2915542.0 Ops/sec |
parseInt (with float) | 1628026.9 Ops/sec |
Number (with NaN) | 2994574.5 Ops/sec |
Unary + (with NaN) | 10700814.0 Ops/sec |
parseInt (with NaN) | 2642588.2 Ops/sec |