You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2015/10/29 19:54:27 UTC

[jira] [Created] (UIMA-4673) UV3 Internal - reorganize Type/Feature impl to improve locality of reference

Marshall Schor created UIMA-4673:
------------------------------------

             Summary: UV3 Internal - reorganize Type/Feature impl to improve locality of reference
                 Key: UIMA-4673
                 URL: https://issues.apache.org/jira/browse/UIMA-4673
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 3.0.0SDKexp


Much information about types and features in UIMA v2 was organized into tables kept in the TypeSystemImpl object, indexed by type and feature codes.  

Move most of this information into the TypeImpl and FeatureImpl objects, directly; this is more "object oriented" and may improve locality of reference.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)