Test name | Executions per second |
---|---|
Unary | 1040832896.0 Ops/sec |
parseInt | 14718068.0 Ops/sec |
Number conversion | 15912030.0 Ops/sec |
double bitwise not | 1043304320.0 Ops/sec |
bitwise or | 1041428928.0 Ops/sec |
const num = +"10"
const num = parseInt("10")
const num = Number("10")
~~("10")
("10") | 0