Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36
Chrome 88
Mac OS X 11.1.0
Desktop
4 years ago
Test name Executions per second
sort 408763.9 Ops/sec
reduce 6104758.5 Ops/sec
Script Preparation code:
AخA
 
var a=Array.from({length:100},()=>Math.random())
Tests:
  • sort

     
    a.sort((a,b)=>a-b);
  • reduce

     
    a.reduce((a,c) => a < c ? a : c)