Test name | Executions per second |
---|---|
Number (with string integer) | 5011013.0 Ops/sec |
Unary + (with string integer) | 6791675.0 Ops/sec |
parseInt (with string integer) | 5542416.5 Ops/sec |
Number (with string float) | 3988912.8 Ops/sec |
Unary + (with string float) | 5002234.5 Ops/sec |
parseInt (with string float) | 4889272.0 Ops/sec |
Number (with integer) | 6649283.5 Ops/sec |
Unary + (with integer) | 9649725.0 Ops/sec |
parseInt (with integer) | 6691829.0 Ops/sec |
Number (with float) | 9801152.0 Ops/sec |
Unary + (with float) | 18321442.0 Ops/sec |
parseInt (with float) | 4827651.5 Ops/sec |
Number (with NaN) | 15441607.0 Ops/sec |
Unary + (with NaN) | 66139736.0 Ops/sec |
parseInt (with NaN) | 19064688.0 Ops/sec |