Test name | Executions per second |
---|---|
Number (with string integer) | 4557095.0 Ops/sec |
Unary + (with string integer) | 6599211.5 Ops/sec |
parseInt (with string integer) | 4495010.0 Ops/sec |
Number (with string float) | 2686014.8 Ops/sec |
Unary + (with string float) | 3378752.2 Ops/sec |
parseInt (with string float) | 3293818.0 Ops/sec |
Number (with integer) | 4615880.0 Ops/sec |
Unary + (with integer) | 6922962.0 Ops/sec |
parseInt (with integer) | 4662474.5 Ops/sec |
Number (with float) | 6769003.5 Ops/sec |
Unary + (with float) | 12456273.0 Ops/sec |
parseInt (with float) | 6325280.5 Ops/sec |
Number (with NaN) | 14057571.0 Ops/sec |
Unary + (with NaN) | 946669248.0 Ops/sec |
parseInt (with NaN) | 13751205.0 Ops/sec |