Source code
Revision control
Copy as Markdown
Other Tools
let tenured = {};
gc();
for (let i = 0; i < 100000; i++) {
tenured[i/2] = {};
}
let tenured = {};
gc();
for (let i = 0; i < 100000; i++) {
tenured[i/2] = {};
}