Max with apply vs Max with spread operator vs Reduce| Test case name | Result |
|---|---|
| Max with apply | |
| Max with spread operator | |
| Reduce |
| Test name | Executions per second |
|---|---|
| ✓ Max with apply | 761,086,464 Ops/sec |
| Reduce | 4,362,240 Ops/sec |
| Max with spread operator | 384,752 Ops/sec |