for .. of vs forEachFastest: for .. of (3.2x faster)
318,762 ops/sec
100,233 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| for .. of | |
| forEach |
| Test name | Executions per second |
|---|---|
| ✓ forEach | 1,870,479 Ops/sec |
| for .. of | 359,934 Ops/sec |