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 support? #26

Open
showengineer opened this issue Oct 11, 2018 · 1 comment
Open

Multithreading support? #26

showengineer opened this issue Oct 11, 2018 · 1 comment

Comments

@showengineer
Copy link

showengineer commented Oct 11, 2018

Hi there!

The question/suggestion is simple: can you add multithreading support? The script is currently using only one thread (of the 12 on my machine). Can this be done in the scripts them selfs, or is this an issue in Python?

@shengyang998
Copy link

Because of Python's GIL, multithreading is somehow useless. Maybe you want to check out python's multiprocessing lib.

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

2 participants