HTML Preparation code:
AخA
 
1
<script src="lodash.js"></script>
Script Preparation code:
 
var array = [...Array(100000).keys()];
Tests:
  • Array.prototype.splice

     
    array.splice(55555,1)
  • Lodash filter

     
    _.filter(array,n => n !== 55555)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Array.prototype.splice
    Lodash filter

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36
Chrome 99 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Array.prototype.splice 17883082.0 Ops/sec
Lodash filter 1979.2 Ops/sec