Test name | Executions per second |
---|---|
Number (with string integer) | 2839146.8 Ops/sec |
Unary + (with string integer) | 4118514.2 Ops/sec |
parseInt (with string integer) | 2859266.0 Ops/sec |
Number (with string float) | 1727847.9 Ops/sec |
Unary + (with string float) | 2230005.8 Ops/sec |
parseInt (with string float) | 2017246.4 Ops/sec |
Number (with integer) | 2992364.2 Ops/sec |
Unary + (with integer) | 4453533.5 Ops/sec |
parseInt (with integer) | 2949915.8 Ops/sec |
Number (with float) | 4423446.5 Ops/sec |
Unary + (with float) | 8399738.0 Ops/sec |
parseInt (with float) | 4228342.0 Ops/sec |
Number (with NaN) | 8784782.0 Ops/sec |
Unary + (with NaN) | 932609664.0 Ops/sec |
parseInt (with NaN) | 6834021.0 Ops/sec |