Test name | Executions per second |
---|---|
Number (with string integer) | 3664565.2 Ops/sec |
Unary + (with string integer) | 5120672.0 Ops/sec |
parseInt (with string integer) | 3364440.5 Ops/sec |
Number (with string float) | 2321702.0 Ops/sec |
Unary + (with string float) | 3082712.0 Ops/sec |
parseInt (with string float) | 2634648.2 Ops/sec |
Number (with integer) | 3605538.5 Ops/sec |
Unary + (with integer) | 5674576.5 Ops/sec |
parseInt (with integer) | 3688408.2 Ops/sec |
Number (with float) | 5442132.5 Ops/sec |
Unary + (with float) | 10516239.0 Ops/sec |
parseInt (with float) | 5465965.0 Ops/sec |
Number (with NaN) | 11735154.0 Ops/sec |
Unary + (with NaN) | 1076518912.0 Ops/sec |
parseInt (with NaN) | 11190773.0 Ops/sec |