Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
Chrome 77
Windows
Desktop
5 years ago
Test name Executions per second
sort 47337.7 Ops/sec
reduce 1357228.8 Ops/sec
Script Preparation code:
AخA
 
var a=Array.from({length:100},()=>Math.random())
Tests:
  • sort

     
    a.sort();
  • reduce

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