Test name | Executions per second |
---|---|
Number (with string integer) | 3000783.2 Ops/sec |
Unary + (with string integer) | 4387363.5 Ops/sec |
parseInt (with string integer) | 2978658.8 Ops/sec |
Number (with string float) | 1855189.8 Ops/sec |
Unary + (with string float) | 2415833.0 Ops/sec |
parseInt (with string float) | 2172413.8 Ops/sec |
Number (with integer) | 3262988.5 Ops/sec |
Unary + (with integer) | 4880423.5 Ops/sec |
parseInt (with integer) | 3236189.5 Ops/sec |
Number (with float) | 4929833.5 Ops/sec |
Unary + (with float) | 9034590.0 Ops/sec |
parseInt (with float) | 4544873.0 Ops/sec |
Number (with NaN) | 9539585.0 Ops/sec |
Unary + (with NaN) | 1042691904.0 Ops/sec |
parseInt (with NaN) | 9823006.0 Ops/sec |