Test name | Executions per second |
---|---|
Number (with string integer) | 3850801.2 Ops/sec |
Unary + (with string integer) | 5890642.5 Ops/sec |
parseInt (with string integer) | 4027692.5 Ops/sec |
Number (with string float) | 2727356.5 Ops/sec |
Unary + (with string float) | 3653136.0 Ops/sec |
parseInt (with string float) | 3253274.0 Ops/sec |
Number (with integer) | 4087788.2 Ops/sec |
Unary + (with integer) | 6404385.0 Ops/sec |
parseInt (with integer) | 4068427.8 Ops/sec |
Number (with float) | 5841648.0 Ops/sec |
Unary + (with float) | 12085444.0 Ops/sec |
parseInt (with float) | 5718309.5 Ops/sec |
Number (with NaN) | 13511904.0 Ops/sec |
Unary + (with NaN) | 932517888.0 Ops/sec |
parseInt (with NaN) | 13571692.0 Ops/sec |