Skip to content
New issue

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

add chunksize for parallel solve #143

Open
martinvonk opened this issue Oct 16, 2024 · 0 comments · Fixed by #147
Open

add chunksize for parallel solve #143

martinvonk opened this issue Oct 16, 2024 · 0 comments · Fixed by #147
Assignees

Comments

@martinvonk
Copy link
Contributor

Currently, we don't choose a chunksize for the parallel processing. This might slow things down since the (internal) default is one. We should probably choose a more sensible default. See this stackoverflow post:
https://stackoverflow.com/questions/42074501/python-concurrent-futures-processpoolexecutor-performance-of-submit-vs-map

@martinvonk martinvonk self-assigned this Oct 16, 2024
@dbrakenhoff dbrakenhoff linked a pull request Oct 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant