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 optimization: compile all factories at once #16

Open
lsoft opened this issue Oct 20, 2020 · 1 comment
Open

performance optimization: compile all factories at once #16

lsoft opened this issue Oct 20, 2020 · 1 comment
Assignees

Comments

@lsoft
Copy link
Owner

lsoft commented Oct 20, 2020

at this time we compile each factory independently. we need to refactor this behaviour.
it is possible to collect all (extended) BindingContainerTypes, then generate all factories, then compile that factories, and after that build all IBindingContainer's

@lsoft lsoft self-assigned this Oct 20, 2020
@lsoft
Copy link
Owner Author

lsoft commented Apr 11, 2021

probably I should to do it not before a chains of SG will be released.

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