mirror of https://github.com/sveltejs/svelte
chore: improve performance of scheduling effects (but without creating 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>pull/13304/head
parent
dbc5793533
commit
b4417383d6
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: improve performance of scheduling effects
|
Loading…
Reference in new issue