[
https://issues.apache.org/jira/browse/UIMA-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor reopened UIMA-4175:
----------------------------------
Assignee: Marshall Schor
The speedup has a threading issue - it's sharing the initargs array among
simultaneous users on different threads; change this to a threadlocal
> 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)