Test name | Executions per second |
---|---|
Number (with string integer) | 193047.0 Ops/sec |
Unary + (with string integer) | 314764.8 Ops/sec |
parseInt (with string integer) | 260673.6 Ops/sec |
Number (with string float) | 194994.9 Ops/sec |
Unary + (with string float) | 248023.9 Ops/sec |
parseInt (with string float) | 250143.0 Ops/sec |
Number (with integer) | 331823.0 Ops/sec |
Unary + (with integer) | 427128.3 Ops/sec |
parseInt (with integer) | 327635.8 Ops/sec |
Number (with float) | 412102.8 Ops/sec |
Unary + (with float) | 831718.1 Ops/sec |
parseInt (with float) | 385625.8 Ops/sec |
Number (with NaN) | 1042672.1 Ops/sec |
Unary + (with NaN) | 346923904.0 Ops/sec |
parseInt (with NaN) | 702119.2 Ops/sec |