You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand it is not trivial to implement, but OpenMP pragmas could make it easy to parallelize parts of the code that loop over columns because they are independent operations?
I work on DNA alignments with 5,000,000 columns and 100s of rows, and most operations are surprisingly slow.
The text was updated successfully, but these errors were encountered:
Are there any plans to support multi-threading?
I understand it is not trivial to implement, but OpenMP pragmas could make it easy to parallelize parts of the code that loop over columns because they are independent operations?
I work on DNA alignments with 5,000,000 columns and 100s of rows, and most operations are surprisingly slow.
The text was updated successfully, but these errors were encountered: