Test case name | Result |
---|---|
Math.trunc() | |
Double negation | |
Bitwise AND with -1 | |
Bitwise OR with 0 | |
Bitwise XOR with 0 | |
Bitwise shifting by 0 |
Test name | Executions per second |
---|---|
Math.trunc() | 438931.0 Ops/sec |
Double negation | 1121380.8 Ops/sec |
Bitwise AND with -1 | 1287382.6 Ops/sec |
Bitwise OR with 0 | 1347989.9 Ops/sec |
Bitwise XOR with 0 | 1277862.6 Ops/sec |
Bitwise shifting by 0 | 1315309.4 Ops/sec |