Test name | Executions per second |
---|---|
Number (with string integer) | 2465535.0 Ops/sec |
Unary + (with string integer) | 3550287.2 Ops/sec |
parseInt (with string integer) | 2530860.8 Ops/sec |
Number (with string float) | 1576315.8 Ops/sec |
Unary + (with string float) | 2031937.2 Ops/sec |
parseInt (with string float) | 1807068.9 Ops/sec |
Number (with integer) | 2639909.0 Ops/sec |
Unary + (with integer) | 3965608.8 Ops/sec |
parseInt (with integer) | 2648026.8 Ops/sec |
Number (with float) | 3872212.2 Ops/sec |
Unary + (with float) | 7589660.0 Ops/sec |
parseInt (with float) | 3849391.2 Ops/sec |
Number (with NaN) | 8113819.0 Ops/sec |
Unary + (with NaN) | 975182336.0 Ops/sec |
parseInt (with NaN) | 6305948.0 Ops/sec |