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

Investigate shared memory for multiprocessing in Python 3.8 #16

Closed
aganders3 opened this issue Feb 26, 2019 · 0 comments
Closed

Investigate shared memory for multiprocessing in Python 3.8 #16

aganders3 opened this issue Feb 26, 2019 · 0 comments

Comments

@aganders3
Copy link
Member

Just sticking this here for discussion. Python 3.8 is adding an interesting new "shared memory" feature that could be helpful for process nodes.

BPO 35813, multiprocessing can now use shared memory segments to avoid pickling costs between processes

https://docs.python.org/3.8/library/multiprocessing.shared_memory.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant