mirror of https://github.com/sveltejs/svelte
Use Map.get/has instead of spread+find/includes when ordering and emitting legacy reactive statements. n is the number of `$:` statements per component.pull/18602/head
parent
44a7813730
commit
22247150c8
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
perf: O(n²)→O(n) Map lookups for legacy `$:` reactive statement ordering
|
||||
Loading…
Reference in new issue