Test name | Executions per second |
---|---|
Number (with string integer) | 5798073.5 Ops/sec |
Unary + (with string integer) | 8421907.0 Ops/sec |
parseInt (with string integer) | 5806313.0 Ops/sec |
Number (with string float) | 3515960.5 Ops/sec |
Unary + (with string float) | 4409538.5 Ops/sec |
parseInt (with string float) | 4284424.5 Ops/sec |
Number (with integer) | 5951451.0 Ops/sec |
Unary + (with integer) | 8813661.0 Ops/sec |
parseInt (with integer) | 5953885.5 Ops/sec |
Number (with float) | 8866693.0 Ops/sec |
Unary + (with float) | 16778728.0 Ops/sec |
parseInt (with float) | 8690894.0 Ops/sec |
Number (with NaN) | 18452312.0 Ops/sec |
Unary + (with NaN) | 1042388992.0 Ops/sec |
parseInt (with NaN) | 18379234.0 Ops/sec |