raisr
raisr copied to clipboard
Multithreading support?
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?
Because of Python's GIL, multithreading is somehow useless. Maybe you want to check out python's multiprocessing lib.