Math.max/min vs if vs ternaryFastest: if (1.9x faster)
56,248,016 ops/sec
55,467,204 ops/sec
29,220,108 ops/sec
Fastest: if (16.3x faster)
911,841,856 ops/sec
901,265,024 ops/sec
56,065,112 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| Math.max/min | |
| if | |
| ternary |
| Test name | Executions per second |
|---|---|
| ✓ Math.max/min | 178,469,408 Ops/sec |
| ternary | 175,878,240 Ops/sec |
| if | 174,379,344 Ops/sec |