Skip to content
New issue

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

Allow users to bypass observability system for performance #858

Closed
fzyzcjy opened this issue Sep 4, 2022 · 1 comment · Fixed by #894
Closed

Allow users to bypass observability system for performance #858

fzyzcjy opened this issue Sep 4, 2022 · 1 comment · Fixed by #894

Comments

@fzyzcjy
Copy link
Collaborator

fzyzcjy commented Sep 4, 2022

fixed by #844

The issue is here just to make it complete - e.g. in flutter/flutter repo, any PR should have >=1 related issue. I accidentically created that PR w/o any issues.

@fzyzcjy
Copy link
Collaborator Author

fzyzcjy commented Sep 4, 2022

I personally uses a ObservableList, and the list[0] affects performance - the observability system shows up in flamechart. At that location I really do not need any observability. So this PR enables the users to bypass observability system when they do not need it, and gain performance.

p.s. part of my flamechart

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment