DpdtInject
DpdtInject copied to clipboard
performance optimization: compile all factories at once
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
probably I should to do it not before a chains of SG will be released.