You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented DryIoc in a larger (250k LOC) desktop codebase using the DryIoc.dll package. Formerly we used Castle.Windsor and this switch brought us a lot of performance improvement in a very short time.
While profiling the new startup process, I noticed that there is still some time used for the setup of the composition. To remove that I tried to setup DryIoc compile time DI. Following the Readme I created a minimal example. Sadly this example is not running and I really can't tell why.
After solving that issue I'd like to discuss our setup further and find out where we have made life harder for ourselves.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I implemented DryIoc in a larger (250k LOC) desktop codebase using the DryIoc.dll package. Formerly we used Castle.Windsor and this switch brought us a lot of performance improvement in a very short time.
While profiling the new startup process, I noticed that there is still some time used for the setup of the composition. To remove that I tried to setup DryIoc compile time DI. Following the Readme I created a minimal example. Sadly this example is not running and I really can't tell why.
After solving that issue I'd like to discuss our setup further and find out where we have made life harder for ourselves.
Beta Was this translation helpful? Give feedback.
All reactions