switch vs if/elseFastest: switch (1.3x faster)
7,989,396 ops/sec
6,122,403 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| switch | |
| if/else |
| Test name | Executions per second |
|---|---|
| ✓ if/else | 8,869,099 Ops/sec |
| switch | 8,845,385 Ops/sec |