You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #42 I first naively updated and re-rendered all child nodes.
The first few passes were quite fast but then it became slower and slower.
Profiling revealed that the rendered DOM nodes don't get cleaned up once replaced.
There may be more to this but rendering also seemed to take the most time overall.
The text was updated successfully, but these errors were encountered:
In #42 I first naively updated and re-rendered all child nodes.
The first few passes were quite fast but then it became slower and slower.
Profiling revealed that the rendered DOM nodes don't get cleaned up once replaced.
There may be more to this but rendering also seemed to take the most time overall.
The text was updated successfully, but these errors were encountered: