Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-4175

speed up lookup of JCas cover object from cache

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.7.0SDK
    • Core Java Framework
    • None

    Description

      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.

      Attachments

        Activity

          People

            schor Marshall Schor
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: