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

Change multiprocessing backend #117

Closed
3 tasks done
cbouy opened this issue Apr 21, 2023 · 0 comments · Fixed by #128
Closed
3 tasks done

Change multiprocessing backend #117

cbouy opened this issue Apr 21, 2023 · 0 comments · Fixed by #128
Labels
multiprocessing Multiprocessing
Milestone

Comments

@cbouy
Copy link
Member

cbouy commented Apr 21, 2023

Switch from multiprocessing to another concurrency library that doesn't use pickle to copy objects for each process in the pool.

Requirements:

Tracklist:

  • Investigate: multiprocess uses dill which should be suitable, joblib?
  • Implement
  • Test in different environments: script, notebook
@cbouy cbouy changed the title Change multiprocessing backend (joblib or multiprocess or other) Change multiprocessing backend Apr 21, 2023
@cbouy cbouy added this to the v2.0.0 milestone Apr 21, 2023
@cbouy cbouy added the multiprocessing Multiprocessing label Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multiprocessing Multiprocessing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant