Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:105.0) Gecko/20100101 Firefox/105.0
Firefox 105
Mac OS X 10.15
Desktop
2 years ago
Test name Executions per second
slice 1431363.1 Ops/sec
filter 2594525.5 Ops/sec
Script Preparation code:
AخA
 
var test=Array.from({length: 100},()=>Math.random())
Tests:
  • slice

     
    [...test.slice(0,50),...test.slice(51)]
  • filter

     
    test.filter((e,i)=>i!=50)