Details
Description
Currently AttributeMapper uses Fields.find to lookup Fields. This is problematic because Fields.find is not cached like ReflectionProvider/FieldDictionary. This should be changed to maximize performance.
>
Currently AttributeMapper uses Fields.find to lookup Fields. This is problematic because Fields.find is not cached like ReflectionProvider/FieldDictionary. This should be changed to maximize performance.
Patch to fix this issue. Seeing ~15% speedup.