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/05/05 05:42:06 UTC

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

     [ https://issues.apache.org/jira/browse/UIMA-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-4356.
----------------------------------
    Resolution: Fixed

> 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
>          Components: Core Java Framework
>            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)