Test name | Executions per second |
---|---|
Number (with string integer) | 4558114.5 Ops/sec |
Unary + (with string integer) | 6657183.5 Ops/sec |
parseInt (with string integer) | 4586025.0 Ops/sec |
Number (with string float) | 2885933.0 Ops/sec |
Unary + (with string float) | 3633554.0 Ops/sec |
parseInt (with string float) | 3482593.8 Ops/sec |
Number (with integer) | 4739325.0 Ops/sec |
Unary + (with integer) | 6997487.5 Ops/sec |
parseInt (with integer) | 4656839.5 Ops/sec |
Number (with float) | 7097785.5 Ops/sec |
Unary + (with float) | 13480695.0 Ops/sec |
parseInt (with float) | 6898094.0 Ops/sec |
Number (with NaN) | 14767671.0 Ops/sec |
Unary + (with NaN) | 185988560.0 Ops/sec |
parseInt (with NaN) | 11028978.0 Ops/sec |