Test name | Executions per second |
---|---|
Number (with string integer) | 4539458.5 Ops/sec |
Unary + (with string integer) | 6694235.5 Ops/sec |
parseInt (with string integer) | 4500854.0 Ops/sec |
Number (with string float) | 3016007.2 Ops/sec |
Unary + (with string float) | 3841186.2 Ops/sec |
parseInt (with string float) | 3556636.8 Ops/sec |
Number (with integer) | 4563600.0 Ops/sec |
Unary + (with integer) | 6673977.5 Ops/sec |
parseInt (with integer) | 4546531.5 Ops/sec |
Number (with float) | 6772181.5 Ops/sec |
Unary + (with float) | 12830378.0 Ops/sec |
parseInt (with float) | 6490179.0 Ops/sec |
Number (with NaN) | 13720521.0 Ops/sec |
Unary + (with NaN) | 992255296.0 Ops/sec |
parseInt (with NaN) | 11207832.0 Ops/sec |