Skip to content
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
@halter73

Description

@halter73

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions