Multithreaded option? #99
Replies: 3 comments
-
Here is a simple way to handle it: N = 16 # Number of threads |
Beta Was this translation helpful? Give feedback.
-
This is really needed, seems dumb simple to implement, and would increase speed by number of cores Currently, as |
Beta Was this translation helpful? Give feedback.
-
Initial parallel processing support has been added (to 1.5.0beta). It can be enabled using --workers=maxthreads option. It has not been tested much, so any feedback/test results would be much appreciated... |
Beta Was this translation helpful? Give feedback.
-
Is there no option to multithread the procedure. For batch processing on modern computers, this seems essential.
Beta Was this translation helpful? Give feedback.
All reactions