Test name | Executions per second |
---|---|
Number (with string integer) | 5358731.0 Ops/sec |
Unary + (with string integer) | 7778672.0 Ops/sec |
parseInt (with string integer) | 5399856.5 Ops/sec |
Number (with string float) | 3521066.5 Ops/sec |
Unary + (with string float) | 4448090.5 Ops/sec |
parseInt (with string float) | 4364346.5 Ops/sec |
Number (with integer) | 5506353.5 Ops/sec |
Unary + (with integer) | 8091014.5 Ops/sec |
parseInt (with integer) | 5536728.5 Ops/sec |
Number (with float) | 8261401.5 Ops/sec |
Unary + (with float) | 15531054.0 Ops/sec |
parseInt (with float) | 8108214.5 Ops/sec |
Number (with NaN) | 17377778.0 Ops/sec |
Unary + (with NaN) | 1037357184.0 Ops/sec |
parseInt (with NaN) | 17404356.0 Ops/sec |