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
E.g.
amphtml/src/input.js
Line 75 in bf39315
We should optimize memory usage for cases where never anything registers, or were registration is rare or non-immediate.
The text was updated successfully, but these errors were encountered:
I think the best win would be to avoid the array allocation here https://github.com/ampproject/amphtml/blob/master/src/observable.js#L28 so that unused observables only cost one object.
Sorry, something went wrong.
chenshay
Successfully merging a pull request may close this issue.
E.g.
amphtml/src/input.js
Line 75 in bf39315
We should optimize memory usage for cases where never anything registers, or were registration is rare or non-immediate.
The text was updated successfully, but these errors were encountered: