Test name | Executions per second |
---|---|
Number (with string integer) | 5746740.0 Ops/sec |
Unary + (with string integer) | 8397228.0 Ops/sec |
parseInt (with string integer) | 5770013.5 Ops/sec |
Number (with string float) | 3667835.2 Ops/sec |
Unary + (with string float) | 4577609.5 Ops/sec |
parseInt (with string float) | 4462813.5 Ops/sec |
Number (with integer) | 5888502.5 Ops/sec |
Unary + (with integer) | 8730220.0 Ops/sec |
parseInt (with integer) | 5906029.5 Ops/sec |
Number (with float) | 8418049.0 Ops/sec |
Unary + (with float) | 16581243.0 Ops/sec |
parseInt (with float) | 8585600.0 Ops/sec |
Number (with NaN) | 18362978.0 Ops/sec |
Unary + (with NaN) | 974911552.0 Ops/sec |
parseInt (with NaN) | 18309660.0 Ops/sec |