We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm wondering if you could have a look at implementing product combinations?
Let's say we have 2 sets, { A, B } and { X, Y }, product gives this: A X A Y B X B Y
(Like in the cppitertools package, but I would like to use your divide_work function to parallelize the work) Thanks!
divide_work
The text was updated successfully, but these errors were encountered:
Sure thing. I hope to have it working this weekend.
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm wondering if you could have a look at implementing product combinations?
Let's say we have 2 sets, { A, B } and { X, Y }, product gives this:
A X
A Y
B X
B Y
(Like in the cppitertools package, but I would like to use your
divide_work
function to parallelize the work)Thanks!
The text was updated successfully, but these errors were encountered: