-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Only detach nodes if necessary #26
Closed
Comments
Is it fixed now? |
yes! It's been fixed for over a year |
The performance of Svelte for swapping rows in this benchmark was very slow. How would it behave now? |
The same. There's an issue for it: #588. It hasn't been a big priority because it's a fairly contrived example you don't often encounter in the wild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, Svelte detaches every child of every node during teardown. It only needs to detach the top-level ones.
The text was updated successfully, but these errors were encountered: