raisr icon indicating copy to clipboard operation
raisr copied to clipboard

Multithreading support?

Open showengineer opened this issue 6 years ago • 1 comments

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?

showengineer avatar Oct 11 '18 17:10 showengineer

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

shengyang998 avatar Nov 18 '18 05:11 shengyang998