DpdtInject icon indicating copy to clipboard operation
DpdtInject copied to clipboard

performance optimization: compile all factories at once

Open lsoft opened this issue 5 years ago • 1 comments

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 avatar Oct 20 '20 04:10 lsoft

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

lsoft avatar Apr 11 '21 07:04 lsoft