Skip to content

Cache results of Converter lookup in GenericConversionService to improve performance [SPR-7110] #11770

@spring-projects-issues

Description

@spring-projects-issues

Keith Donald opened SPR-7110 and commented

Currently every call into the ConversionService results in a fairly-involved search to match the Converter to use for a given source/target TypeDescriptor pair. Performance could likely be improved significantly by caching the results of converter lookup operations.


Affects: 3.0.2

Issue Links:

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions