Test name | Executions per second |
---|---|
Number (with string integer) | 3154955.5 Ops/sec |
Unary + (with string integer) | 4610557.0 Ops/sec |
parseInt (with string integer) | 3108724.8 Ops/sec |
Number (with string float) | 2108540.2 Ops/sec |
Unary + (with string float) | 2758396.2 Ops/sec |
parseInt (with string float) | 2447975.5 Ops/sec |
Number (with integer) | 3255332.8 Ops/sec |
Unary + (with integer) | 4892915.5 Ops/sec |
parseInt (with integer) | 3250045.5 Ops/sec |
Number (with float) | 4849013.0 Ops/sec |
Unary + (with float) | 9373313.0 Ops/sec |
parseInt (with float) | 4758846.0 Ops/sec |
Number (with NaN) | 9968322.0 Ops/sec |
Unary + (with NaN) | 2734716672.0 Ops/sec |
parseInt (with NaN) | 10012788.0 Ops/sec |