Test name | Executions per second |
---|---|
Number (with string integer) | 2475341.5 Ops/sec |
Unary + (with string integer) | 3581568.5 Ops/sec |
parseInt (with string integer) | 2468323.2 Ops/sec |
Number (with string float) | 1648040.0 Ops/sec |
Unary + (with string float) | 2130641.8 Ops/sec |
parseInt (with string float) | 1935664.4 Ops/sec |
Number (with integer) | 2635912.8 Ops/sec |
Unary + (with integer) | 3747301.2 Ops/sec |
parseInt (with integer) | 2520080.5 Ops/sec |
Number (with float) | 3817274.5 Ops/sec |
Unary + (with float) | 7252219.0 Ops/sec |
parseInt (with float) | 3676904.5 Ops/sec |
Number (with NaN) | 7995094.0 Ops/sec |
Unary + (with NaN) | 891621184.0 Ops/sec |
parseInt (with NaN) | 7930304.5 Ops/sec |