Source code

Revision control

Copy as Markdown

Other Tools

gczeal(16);
let a = [];
for (let i = 0; i < 1000; i++)
a.push({x: i});
gc();