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
In current implementation each injected member is uniquely associated with a member and a registration.
Problem
Creating an unique injection member for each individual registration even when they could be reused (default constructor for example) creates unnecessary memory and performance overhead.
Solution
This could be solved by not storing selection information with the InjectionMember and do static selection during resolution.
Impact
Minimal, if any
The text was updated successfully, but these errors were encountered:
Description
In current implementation each injected member is uniquely associated with a member and a registration.
Problem
Creating an unique injection member for each individual registration even when they could be reused (default constructor for example) creates unnecessary memory and performance overhead.
Solution
This could be solved by not storing selection information with the
InjectionMember
and do static selection during resolution.Impact
Minimal, if any
The text was updated successfully, but these errors were encountered: