Skip to content
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

Investigate reuse of DOM nodes to reduce browser garbage collection #449

Closed
Tyriar opened this issue Jan 4, 2017 · 0 comments
Closed

Investigate reuse of DOM nodes to reduce browser garbage collection #449

Tyriar opened this issue Jan 4, 2017 · 0 comments
Assignees
Labels
type/enhancement Features or improvements to existing features
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Jan 4, 2017

In timeline of #447 (comment) I see a lot of minor GC's, I believe this is due to .refresh throwing out all DOM nodes. If we keep a pool of span elements instead of reconstructing all of them then this may go down.

image

@Tyriar Tyriar added the type/enhancement Features or improvements to existing features label Jan 4, 2017
@Tyriar Tyriar self-assigned this Jan 4, 2017
@Tyriar Tyriar added this to the 2.7.0 milestone May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Features or improvements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant