power of two vs shift left then unsigned shift right vs constant| Test case name | Result |
|---|---|
| power of two | |
| shift left then unsigned shift right | |
| constant |
| Test name | Executions per second |
|---|---|
| ✓ constant | 118,649,832 Ops/sec |
| power of two | 117,927,472 Ops/sec |
| shift left then unsigned shift right | 106,689,072 Ops/sec |