empty an array in JavaScript?

Based on question on http://stackoverflow.com/questions/1232040/how-do-i-empty-an-array-in-javascript
3 years ago
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36
Test name Executions per second
Just instantiate new array 28282.3 Ops/sec
Set length to zero 27436.8 Ops/sec
Splice 25562.6 Ops/sec
Pop all values 18278.2 Ops/sec
Tests:
  • Just instantiate new array

  • Set length to zero

  • Splice

  • Pop all values

Open this result on MeasureThat.net