Test name | Executions per second |
---|---|
Number (with string integer) | 5188144.0 Ops/sec |
Unary + (with string integer) | 7504464.0 Ops/sec |
parseInt (with string integer) | 5245568.5 Ops/sec |
Number (with string float) | 3097998.8 Ops/sec |
Unary + (with string float) | 3841696.0 Ops/sec |
parseInt (with string float) | 3814571.2 Ops/sec |
Number (with integer) | 5446434.0 Ops/sec |
Unary + (with integer) | 7932063.0 Ops/sec |
parseInt (with integer) | 5331913.5 Ops/sec |
Number (with float) | 7846659.5 Ops/sec |
Unary + (with float) | 14679106.0 Ops/sec |
parseInt (with float) | 7526770.5 Ops/sec |
Number (with NaN) | 15403207.0 Ops/sec |
Unary + (with NaN) | 170938800.0 Ops/sec |
parseInt (with NaN) | 15394857.0 Ops/sec |