Test name | Executions per second |
---|---|
Number (with string integer) | 4802030.0 Ops/sec |
Unary + (with string integer) | 6923607.5 Ops/sec |
parseInt (with string integer) | 3353664.5 Ops/sec |
Number (with string float) | 2905338.5 Ops/sec |
Unary + (with string float) | 3750468.5 Ops/sec |
parseInt (with string float) | 3524297.5 Ops/sec |
Number (with integer) | 5033132.5 Ops/sec |
Unary + (with integer) | 7418830.5 Ops/sec |
parseInt (with integer) | 5002495.0 Ops/sec |
Number (with float) | 7477476.5 Ops/sec |
Unary + (with float) | 14194312.0 Ops/sec |
parseInt (with float) | 7216492.5 Ops/sec |
Number (with NaN) | 15443436.0 Ops/sec |
Unary + (with NaN) | 1031894272.0 Ops/sec |
parseInt (with NaN) | 12034344.0 Ops/sec |