Math.max with apply vs spread vs reduce 10k elements
Compare the new ES6 spread operator with the Math.max.apply method
one year ago
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Test name |
Executions per second |
Max with apply |
186631.5 Ops/sec |
Max with spread operator |
15294.1 Ops/sec |
Reduce |
628.7 Ops/sec |
Tests:
-
Max with apply
-
Max with spread operator
-
Reduce
Open this result on MeasureThat.net