[ https://issues.apache.org/jira/browse/UIMA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adam Lally closed UIMA-1258. ---------------------------- Resolution: Fixed Fix Version/s: 2.3 > Optimize performance of CasCopier when input and output TypeSystems are the > same > -------------------------------------------------------------------------------- > > Key: UIMA-1258 > URL: https://issues.apache.org/jira/browse/UIMA-1258 > Project: UIMA > Issue Type: Improvement > Components: Core Java Framework > Affects Versions: 2.2.2 > Reporter: Adam Lally > Assignee: Adam Lally > Priority: Minor > Fix For: 2.3 > > > The CasCopier can spend a lot of time looking up type and feature handles, > which is wasted when the TypeSystems of the input and output CASes are > identical. This should be optimized so that type and feature handles from > the source CAS can be used in the target CAS whenever they share a TypeSystem > object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.