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

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

> speed up lookup of JCas cover object from cache
> -----------------------------------------------
>
>                 Key: UIMA-4175
>                 URL: https://issues.apache.org/jira/browse/UIMA-4175
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.7.0SDK
>
>
> One of the most frequent operations in UIMA user code is to iterate over all 
> FSs of particular type (including subtypes) and do some operation.  When 
> using the JCas, the iteration's get() or next() (if JCas Caching is enabled, 
> which is the default) will get the cached JCas cover object corresponding to 
> that Feature Structure and return it.  
> Look at speeding up this operation, since it's frequent.



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

Reply via email to