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

Optionally use multiprocess for parallelisation #193

Open
mj-will opened this issue Jul 4, 2022 · 0 comments
Open

Optionally use multiprocess for parallelisation #193

mj-will opened this issue Jul 4, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mj-will
Copy link
Owner

mj-will commented Jul 4, 2022

The multiprocess library uses dill instead of pickle for serialisation so it might be a useful optional alternative to the standard multiprocessing library.

Currently, the main limitation is the lack of support for ABC but this is being addressed in uqfoundation/dill#450 so we should consider trying it out once there's a release that contains this fix.

@mj-will mj-will added the enhancement New feature or request label Jul 4, 2022
@mj-will mj-will added this to the Future milestone Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant