-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestquasinet_rewriteFor issues relating to rewriting the quasinet with no calls to RFor issues relating to rewriting the quasinet with no calls to Rtests
Description
Parallelize the q-distance computation to use multiple cores. Make sure that the overhead is not large. We can try to put every other row in the q-distance matrix to one core. For example, if we have two cores, then we can put rows 0, 2, 4, etc to CPU 0 and rows 1, 3, 5, etc to CPU 1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquasinet_rewriteFor issues relating to rewriting the quasinet with no calls to RFor issues relating to rewriting the quasinet with no calls to Rtests