标签: javascript
为什么
const arr = new Array(1000000000);
比
const arr = new Array(1000000);
我并不是说更大,更快,但有些事情在长度超过100万时无法解释。这在Firefox中不会发生。
https://jsperf.com/large-array-vs-smaller-array