-
-
Notifications
You must be signed in to change notification settings - Fork 8.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
Feat/proxy performance #1247
Feat/proxy performance #1247
Commits on May 27, 2020
-
feat(PublicInstanceProxyHandlers): improve performance by creating sc…
…oped functions that return values faster It's much faster when repeatedly accessing variables, but we still need to investigate the memory implications when having a large number of component instances
Configuration menu - View commit details
-
Copy full SHA for 23c3a19 - Browse repository at this point
Copy the full SHA 23c3a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56210b6 - Browse repository at this point
Copy the full SHA 56210b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce64c7 - Browse repository at this point
Copy the full SHA 0ce64c7View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ea2f015 - Browse repository at this point
Copy the full SHA ea2f015View commit details -
feat(componentProxy): do not store a scoped PropGetterFactory per com…
…ponent instance Because it does not impact proxy get performance and it does decrease memory consumption and improve instance creation performance.
Configuration menu - View commit details
-
Copy full SHA for 8b31ee9 - Browse repository at this point
Copy the full SHA 8b31ee9View commit details -
feat(componentProxy): do not create new functions for every instance,…
… rather reuse them per component type Reusing ensures that memory usage is limited, while only slightly impacting performance.
Configuration menu - View commit details
-
Copy full SHA for 0b7d473 - Browse repository at this point
Copy the full SHA 0b7d473View commit details -
Configuration menu - View commit details
-
Copy full SHA for d232d2e - Browse repository at this point
Copy the full SHA d232d2eView commit details -
refactor(componentProxy): add comment why a new get/has proxy handler…
… is created for every component instance
Configuration menu - View commit details
-
Copy full SHA for facda62 - Browse repository at this point
Copy the full SHA facda62View commit details