The program TSITL.py takes ages to run. Perhaps a way to improve it could be to make it multi-threaded. This should be possible with the threading module.
However, not too many threads should be used at once, because the program could break something 😛
The program TSITL.py takes ages to run. Perhaps a way to improve it could be to make it multi-threaded. This should be possible with the
threadingmodule.However, not too many threads should be used at once, because the program could break something 😛