_.max vs Math.maxFastest: Math.max (2.0x faster)
25,334 ops/sec
12,469 ops/sec
Fastest: Math.max (2.5x faster)
8,835 ops/sec
3,580 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 | 14,698 Ops/sec |
| _.max | 6,785 Ops/sec |