[
https://issues.apache.org/jira/browse/UIMA-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor resolved UIMA-5707.
----------------------------------
Resolution: Fixed
> uv3 cas compare add convert linear lists to arrays for performance
> ------------------------------------------------------------------
>
> Key: UIMA-5707
> URL: https://issues.apache.org/jira/browse/UIMA-5707
> Project: UIMA
> Issue Type: Improvement
> Components: Core Java Framework
> Reporter: Marshall Schor
> Assignee: Marshall Schor
> Priority: Minor
> Fix For: 3.0.0SDK
>
>
> The Cas Compare does complex, time consuming logic when comparing structures
> that reference others. One extensive use of this happens with uima lists
> (the list nodes reference the following one).
> Add an optional step in the compare that finds all the linear lists, makes
> equivalent UIMA array objects for them, and removes the list elements from
> the compare operation.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)