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/04/20 17:35:58 UTC

[jira] [Created] (UIMA-4356) Simplify iterators over types and subtypes by omitting empty subtypes

Marshall Schor created UIMA-4356:
------------------------------------

             Summary: Simplify iterators over types and subtypes by omitting empty subtypes
                 Key: UIMA-4356
                 URL: https://issues.apache.org/jira/browse/UIMA-4356
             Project: UIMA
          Issue Type: Improvement
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 2.7.1SDK


Iterators over types and their subtypes currently assemble together multiple iterators, one for each type/subtype, and iterate them together.  For cases where there are potentially 100's or 1000's of subtypes, most of which are "empty", this overhead can be reduced by skipping at iterator creation time the empty ones.  



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