-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve performance of scheduling effects (but without creatin…
…g additional branches) (#13300) * fix: improve performance of scheduling effects * alternative fix * add comment * use same codepath * use same codepath * address feedback * tweak * more tweaks * more tweaks * address feedback * remove EFFECT_HAS_DIRTY_CHILDREN * revert * mark effect root as queued instead of adding a branch effect * revert * revert * unused * revert --------- Co-authored-by: Dominic Gannaway <dg@domgan.com>
- Loading branch information
1 parent
dbc5793
commit b441738
Showing
3 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'svelte': patch | ||
--- | ||
|
||
fix: improve performance of scheduling effects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters