Look to cache JAXBPropertyDescriptor in XMLRootElementUtil
----------------------------------------------------------

                 Key: TUSCANY-3167
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3167
             Project: Tuscany
          Issue Type: Improvement
          Components: Java SCA Data Binding Runtime
            Reporter: Scott Kurz
            Priority: Minor


Profiling shows that method createPropertyDescriptorMap() is a bottleneck, with 
the underlying cause related to newing up this map every time:

        Map<String, JAXBPropertyDescriptor> map = new HashMap<String, 
JAXBPropertyDescriptor>();

Look to cache somehow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to