We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var foo; while (true) { var x = {}; var y = {x: x, a: []}; x.y = y; foo = x; for (var i = 0; i < 1000000; i++) y.a[i] = i; } console.log(foo);
Open top and watch it gobble memory.
The text was updated successfully, but these errors were encountered:
@adrien-thierry I'm sorry to disturb you, is the project suspended now?
Sorry, something went wrong.
Hi @daodaoliehuo ! Suspended no, but i don't have too much time those days, if people wants to help me it's with pleasure !
adrien-thierry
Saiv46
No branches or pull requests
Open top and watch it gobble memory.
The text was updated successfully, but these errors were encountered: