Issue Type: Improvement Improvement
Affects Versions: 1.4.4
Assignee: Jörg Schaible
Components: Core
Created: 26/Feb/13 2:23 PM
Description:

This patch improves the performance of CachingMapper by having it remember failed class lookup.

Imagine we are loading a large number of XML files via XStream that refers to one class that doesn't exist any more. My converter gracefully recovers from it by ignoring just the portion that uses the non-existent class, but in the current XStream code, this greatly suffers performance-wise by repeatedly trying to load a non-existent class (which results in a lookup across classloader hierarchy.)

Project: XStream
Priority: Major Major
Reporter: Kohsuke Kawaguchi
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to