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

Multithreading is a waste of time #1

Open
N1029676 opened this issue May 30, 2016 · 0 comments
Open

Multithreading is a waste of time #1

N1029676 opened this issue May 30, 2016 · 0 comments

Comments

@N1029676
Copy link
Owner

Apparently Python does not use multiple cores/threads like we would expect. For CPU intensive usage, it is still essentially single threaded, but now with more overhead. The proper way forward is to use multiprocessing (form of forking it seems).

Do this... eventually...

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