Closed SlimRG closed 1 year ago
True, but it is something I'd have to learn to do. I am not familiar with multi-core or multi-processor programming
I tested implementing parallel processing with both multithreading and multiprocessing. It worked, but it was actually slower than doing it sequentially. Python sucks at doing parallel processing. It might be possible, but I'm not going to spend any more time on it.
One of the slowest moments You shouldn't use only one cpu's core