To improve performances for subsequent mappings/matches (like collections) you can implement the optional interfaces below:
IMapperFactoryforIMapperIAsyncMapperFactoryforIAsyncMapperIMatcherFactoryforIMatcher
The methods of the interfaces should be thread-safe.
See also Advanced options > Factories.