store StrandPair
instead of Tuple[Strand, Strand]
in ConstraintWithStrandPairs
and make _determine_strand_pairs_to_check
more efficient
#209
Labels
enhancement
New feature or request
Profiling shows a lot of time is spent here. Seems like this part could be changed from quadratic to linear:
The text was updated successfully, but these errors were encountered: