Don’t have any benchmarks to support this, but one would assume that the native Array.splice method would be the fastest…
So, to remove the entry at index 5:
array.splice(5, 1);
Don’t have any benchmarks to support this, but one would assume that the native Array.splice method would be the fastest…
So, to remove the entry at index 5:
array.splice(5, 1);