What do I need to understand about Python multiprocessing to have faster instead of slower code? Obviously doing something super wrong. 
does that mean I have to use itertools.combinations? my loop is outside all this... hmm...
-
-
I'll try some other solutions first as I don't grasp how to modify your example for my code (yet!) — I am not sure how the outer loop works.
- End of conversation
New conversation -
-
-
my point is that you don't need to use the loop. I use itertools because I want all combinations of lists A and B.
-
map will take care of splitting your array of arguments and combine the results for you.
-
oh I see OK lemme try again
-
sorry I don't get how to use combinations to get what I want into a single array — and then the function has to accept the whole array?
-
unless I'm mistaken if I compute the array of combinations it'll take ages to get the value of arguments before getting to parallelisation.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

