Test name | Executions per second |
---|---|
Number (with string integer) | 4982105.5 Ops/sec |
Unary + (with string integer) | 6580639.5 Ops/sec |
parseInt (with string integer) | 4575618.5 Ops/sec |
Number (with string float) | 2339051.0 Ops/sec |
Unary + (with string float) | 4026021.5 Ops/sec |
parseInt (with string float) | 4008841.5 Ops/sec |
Number (with integer) | 5201866.5 Ops/sec |
Unary + (with integer) | 7600633.0 Ops/sec |
parseInt (with integer) | 5148097.0 Ops/sec |
Number (with float) | 7575813.0 Ops/sec |
Unary + (with float) | 14144916.0 Ops/sec |
parseInt (with float) | 7426184.5 Ops/sec |
Number (with NaN) | 15174115.0 Ops/sec |
Unary + (with NaN) | 162912544.0 Ops/sec |
parseInt (with NaN) | 15183397.0 Ops/sec |