Test name | Executions per second |
---|---|
Number (with string integer) | 2145652.2 Ops/sec |
Unary + (with string integer) | 2478987.0 Ops/sec |
parseInt (with string integer) | 2121550.2 Ops/sec |
Number (with string float) | 1322751.5 Ops/sec |
Unary + (with string float) | 1743085.2 Ops/sec |
parseInt (with string float) | 1481598.9 Ops/sec |
Number (with integer) | 2210577.8 Ops/sec |
Unary + (with integer) | 1756547.8 Ops/sec |
parseInt (with integer) | 1098889.9 Ops/sec |
Number (with float) | 3239207.5 Ops/sec |
Unary + (with float) | 6130834.5 Ops/sec |
parseInt (with float) | 3170059.0 Ops/sec |
Number (with NaN) | 7204021.5 Ops/sec |
Unary + (with NaN) | 954354816.0 Ops/sec |
parseInt (with NaN) | 5425111.0 Ops/sec |