This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
"Private" isolated scope #10140
Milestone
Comments
@Narretz: the issue you mention is almost the opposite of my suggestion! I'm talking about skipping a scope subtree during $digest, while #5830 proposes to limit $apply.
If I had an assertion, that the contribution would be accepted provided it passes tests/quality standards, I can do it myself (I'm a large mono contributor in the past). P.S. I'd like also ask you to remove the resolution label. |
I've reopened it, but I can't evaluate the feasability of the change. In general, a PR as a more substantial starting point is always good, and perf improvements are always welcome. |
Created a relevant PR: #10221. My tests show reduce of watcher check by x3-x10.
|
See #10221 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Directives with isolated scope are usually not interested in $digest cycles unless one of the scope expressions they specified has changed. Ability to control it would significantly improve performance.
The text was updated successfully, but these errors were encountered: