array lookup vs hash lookupFastest: hash lookup (66.5x faster)
6,283,406 ops/sec
94,543 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| array lookup | |
| hash lookup |
| Test name | Executions per second |
|---|---|
| ✓ hash lookup | 2,306,322 Ops/sec |
| array lookup | 33,409 Ops/sec |