Test name | Executions per second |
---|---|
Number (with string integer) | 2231501.5 Ops/sec |
Unary + (with string integer) | 3306540.0 Ops/sec |
parseInt (with string integer) | 2186715.8 Ops/sec |
Number (with string float) | 1341204.8 Ops/sec |
Unary + (with string float) | 1853442.9 Ops/sec |
parseInt (with string float) | 1787450.5 Ops/sec |
Number (with integer) | 2448700.2 Ops/sec |
Unary + (with integer) | 3562115.2 Ops/sec |
parseInt (with integer) | 2386459.2 Ops/sec |
Number (with float) | 3577172.2 Ops/sec |
Unary + (with float) | 6861182.5 Ops/sec |
parseInt (with float) | 3481143.2 Ops/sec |
Number (with NaN) | 7549660.0 Ops/sec |
Unary + (with NaN) | 715443200.0 Ops/sec |
parseInt (with NaN) | 7670970.5 Ops/sec |