Test name | Executions per second |
---|---|
Number (with string integer) | 3453616.0 Ops/sec |
Unary + (with string integer) | 4964842.0 Ops/sec |
parseInt (with string integer) | 3476332.8 Ops/sec |
Number (with string float) | 2129884.0 Ops/sec |
Unary + (with string float) | 2674356.2 Ops/sec |
parseInt (with string float) | 2576776.2 Ops/sec |
Number (with integer) | 3583317.8 Ops/sec |
Unary + (with integer) | 5163562.5 Ops/sec |
parseInt (with integer) | 3554063.8 Ops/sec |
Number (with float) | 5323241.0 Ops/sec |
Unary + (with float) | 9180738.0 Ops/sec |
parseInt (with float) | 5214038.0 Ops/sec |
Number (with NaN) | 11484888.0 Ops/sec |
Unary + (with NaN) | 594618944.0 Ops/sec |
parseInt (with NaN) | 11472943.0 Ops/sec |