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

Parallelize main loop processing in raw scripts #19

Open
antonl opened this issue Jun 17, 2015 · 0 comments
Open

Parallelize main loop processing in raw scripts #19

antonl opened this issue Jun 17, 2015 · 0 comments

Comments

@antonl
Copy link
Owner

antonl commented Jun 17, 2015

Currently my code runs in one process and performs one (t2, table, loop) iteration at a time. I could speed up the analysis code (assuming there is enough memory) by broadcasting the running of this code onto multiple processes using multiprocessing.

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