empty an array in JavaScript?

Based on question on http://stackoverflow.com/questions/1232040/how-do-i-empty-an-array-in-javascript
4 years ago
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.151
Test name Executions per second
Just instantiate new array 10636.4 Ops/sec
Set length to zero 10049.4 Ops/sec
Splice 7917.9 Ops/sec
Pop all values 8028.7 Ops/sec
Tests:
  • Just instantiate new array

  • Set length to zero

  • Splice

  • Pop all values

Open this result on MeasureThat.net