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
{{ message }}
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
Currently, TypeActivator doesn't do any caching which could potentially be used to avoid expensive reflection calls for repeated activations of the same type. At the very least, it should be possible to cache the ConstructorMatchers for any given type.
We will need to set up performance tests for TypeActivator before making any other progress on this issue so we can measure the impact of any changes.