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
I print win object size in console by your size-of module, and also attach it to window, to show it in chrome devTools.
win
size-of
console.log('mywin size is:', sizeof(win)); //shows 22M window.mywin= win; //shows 20B
The question is that is this difference reasonable? which one is really consumed by memory?
Result:
@miktam
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I print
win
object size in console by yoursize-of
module, and also attach it to window, to show it in chrome devTools.The question is that is this difference reasonable? which one is really consumed by memory?
Result:
@miktam
The text was updated successfully, but these errors were encountered: