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

Experiment to schedule multiple threads together at barrier points in pipeline

    XMLWordPrintableJSON

Details

    • Brainstorming
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.10.3SDK
    • Core Java Framework
    • None

    Description

      This Jira covers experimental, disabled code done as an experiment to explore performance implications of putting in barriers in a UIMA pipeline, so that multiple threads would wait at the barrier until a bunch of them had arrived, and then they would be released together. The intuition motivating this was that in highly multi-threaded machines, running the same annotators together, might improve locality-of-reference for l1/l2/l3 memory caches, potentially speeding up execution.

      After one set of experiments which failed to show improvement (for possibly many reasons, not yet investigated), this code is disabled, but kept in the project in case of future interest.

      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: