_.min vs Math.minFastest: Math.min (1.5x faster)
27,184 ops/sec
18,015 ops/sec
Fastest: Math.min (1.9x faster)
11,884 ops/sec
6,310 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| _.min | |
| Math.min |
| Test name | Executions per second |
|---|---|
| ✓ Math.min | 15,359 Ops/sec |
| _.min | 9,485 Ops/sec |