Test name | Executions per second |
---|---|
Number (with string integer) | 3408325.0 Ops/sec |
Unary + (with string integer) | 4969287.0 Ops/sec |
parseInt (with string integer) | 2953472.0 Ops/sec |
Number (with string float) | 1862886.9 Ops/sec |
Unary + (with string float) | 2273064.0 Ops/sec |
parseInt (with string float) | 2122343.5 Ops/sec |
Number (with integer) | 3440600.5 Ops/sec |
Unary + (with integer) | 5065101.0 Ops/sec |
parseInt (with integer) | 3370037.2 Ops/sec |
Number (with float) | 4866539.5 Ops/sec |
Unary + (with float) | 9677836.0 Ops/sec |
parseInt (with float) | 4809949.5 Ops/sec |
Number (with NaN) | 10405609.0 Ops/sec |
Unary + (with NaN) | 1176879744.0 Ops/sec |
parseInt (with NaN) | 7991387.5 Ops/sec |