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

Use pathos multiprocess for mpmap #17

Open
asuiu opened this issue Sep 21, 2022 · 0 comments
Open

Use pathos multiprocess for mpmap #17

asuiu opened this issue Sep 21, 2022 · 0 comments

Comments

@asuiu
Copy link
Owner

asuiu commented Sep 21, 2022

Standard lib multiprocess is not able to handle lambda functions due to use of limited serializer (Pickle). Pathos multiprocess fork is able to serialize lambdas using Dill serializer.

Proposal is to make pyxtension use this improved multiprocessing library to handle cases like lambda functions and other advantages it brings

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

No branches or pull requests

1 participant