Test name | Executions per second |
---|---|
Number (with string integer) | 4424695.0 Ops/sec |
Unary + (with string integer) | 6386433.5 Ops/sec |
parseInt (with string integer) | 4433593.0 Ops/sec |
Number (with string float) | 2862037.0 Ops/sec |
Unary + (with string float) | 3619244.2 Ops/sec |
parseInt (with string float) | 3407502.0 Ops/sec |
Number (with integer) | 4601929.0 Ops/sec |
Unary + (with integer) | 6738908.0 Ops/sec |
parseInt (with integer) | 4539295.5 Ops/sec |
Number (with float) | 6884242.5 Ops/sec |
Unary + (with float) | 12863317.0 Ops/sec |
parseInt (with float) | 6618729.5 Ops/sec |
Number (with NaN) | 14646753.0 Ops/sec |
Unary + (with NaN) | 1021433216.0 Ops/sec |
parseInt (with NaN) | 10430460.0 Ops/sec |