empty an array in JavaScript?

Based on question on http://stackoverflow.com/questions/1232040/how-do-i-empty-an-array-in-javascript
2 years ago
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44
Test name Executions per second
Just instantiate new array 12863.4 Ops/sec
Set length to zero 15409.2 Ops/sec
Splice 13319.9 Ops/sec
Pop all values 9826.1 Ops/sec
Tests:
  • Just instantiate new array

  • Set length to zero

  • Splice

  • Pop all values

Open this result on MeasureThat.net