Test name | Executions per second |
---|---|
Number (with string integer) | 6082758.5 Ops/sec |
Unary + (with string integer) | 8787310.0 Ops/sec |
parseInt (with string integer) | 6107260.0 Ops/sec |
Number (with string float) | 3982961.5 Ops/sec |
Unary + (with string float) | 4976021.0 Ops/sec |
parseInt (with string float) | 4636587.0 Ops/sec |
Number (with integer) | 6293826.0 Ops/sec |
Unary + (with integer) | 9205017.0 Ops/sec |
parseInt (with integer) | 6216196.0 Ops/sec |
Number (with float) | 9237774.0 Ops/sec |
Unary + (with float) | 16971142.0 Ops/sec |
parseInt (with float) | 8878474.0 Ops/sec |
Number (with NaN) | 18472040.0 Ops/sec |
Unary + (with NaN) | 177120864.0 Ops/sec |
parseInt (with NaN) | 18233342.0 Ops/sec |