Test name | Executions per second |
---|---|
Number (with string integer) | 3408829.0 Ops/sec |
Unary + (with string integer) | 4912017.5 Ops/sec |
parseInt (with string integer) | 3538314.8 Ops/sec |
Number (with string float) | 2250608.8 Ops/sec |
Unary + (with string float) | 2657930.0 Ops/sec |
parseInt (with string float) | 1949437.8 Ops/sec |
Number (with integer) | 3695613.0 Ops/sec |
Unary + (with integer) | 5618823.0 Ops/sec |
parseInt (with integer) | 3787657.2 Ops/sec |
Number (with float) | 5878595.5 Ops/sec |
Unary + (with float) | 11201209.0 Ops/sec |
parseInt (with float) | 5554012.5 Ops/sec |
Number (with NaN) | 12167515.0 Ops/sec |
Unary + (with NaN) | 1102223360.0 Ops/sec |
parseInt (with NaN) | 12142901.0 Ops/sec |