_.max vs Math.maxFastest: Math.max (1.3x faster)
13,169 ops/sec
10,144 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| _.max | |
| Math.max |
| Test name | Executions per second |
|---|---|
| ✓ Math.max | 16,992 Ops/sec |
| _.max | 14,254 Ops/sec |