Test name | Executions per second |
---|---|
Number (with string integer) | 5572470.0 Ops/sec |
Unary + (with string integer) | 8059937.0 Ops/sec |
parseInt (with string integer) | 4680269.0 Ops/sec |
Number (with string float) | 2681800.0 Ops/sec |
Unary + (with string float) | 3364477.0 Ops/sec |
parseInt (with string float) | 3812668.5 Ops/sec |
Number (with integer) | 5849369.5 Ops/sec |
Unary + (with integer) | 8723289.0 Ops/sec |
parseInt (with integer) | 5825599.5 Ops/sec |
Number (with float) | 7607006.0 Ops/sec |
Unary + (with float) | 15053381.0 Ops/sec |
parseInt (with float) | 8384197.0 Ops/sec |
Number (with NaN) | 18065714.0 Ops/sec |
Unary + (with NaN) | 2418494464.0 Ops/sec |
parseInt (with NaN) | 13750457.0 Ops/sec |