This repository was archived by the owner on Nov 2, 2018. It is now read-only.
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
Improve the performance of TypeActivator #105
Closed
Description
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 ConstructorMatcher
s 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.