Uploaded image for project: 'Jalview'
  1. Jalview
  2. JAL-3455

AlignAnnotations.areLabelsSecondaryStructure woefully inefficient

    XMLWordPrintable

    Details

      Description

      The code in this method is very inefficient, doing a large number of tests that could be done in one line with a BitSet or a few lines with a bit of logic, and doing extensive tests that could be bypassed completely when set, just to set a couple of flags. Maybe not much for small sequences, but one more thing to slow down the process for large sequences.

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              gmungoc Mungo Carstairs
              Reporter:
              hansonr Bob Hanson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated: