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

multiprocessing: how to implement? #13

Open
skgrunblatt opened this issue Nov 19, 2019 · 0 comments
Open

multiprocessing: how to implement? #13

skgrunblatt opened this issue Nov 19, 2019 · 0 comments

Comments

@skgrunblatt
Copy link
Collaborator

should i write something with Pool mapping or will Dan's parallel package work?

e.g.
from multiprocessing import Pool
import giants as g
target = g.Giant()

p = Pool(8)

p.map(target.plot, [targetlist])

not convinced this actually speeds anything up but it should run!

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