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

Performance problems around memory locking #46

Closed
tbranyen opened this issue Feb 8, 2016 · 1 comment
Closed

Performance problems around memory locking #46

tbranyen opened this issue Feb 8, 2016 · 1 comment

Comments

@tbranyen
Copy link
Owner

tbranyen commented Feb 8, 2016

In order to avoid accidentally free'ing pooled memory, we lock/protect virtual dom objects. This comes at a cost though since we need to constant check lengths and use indexOf which isn't very fast on super large arrays. Since we're dealing with potentially thousands of objects, we need to figure out a more efficient way to handle object pooling and clean up.

@tbranyen
Copy link
Owner Author

Resolved in #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant