Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.11.0
-
Fix Version/s: 2.12.0
-
Component/s: annotation, na, Structures
-
Labels:
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
- depends on
-
JAL-1463 efficient encoding of programmatically generated alignment and sequence annotation rows
- Open