Open stharrold opened 10 years ago
Use multiprocessing to side-step global interpreter lock and parallelize. https://docs.python.org/2/library/multiprocessing.html#module-multiprocessing
pipeline bottlenecks: (slowest exec. time)
Use multiprocessing to side-step global interpreter lock and parallelize. https://docs.python.org/2/library/multiprocessing.html#module-multiprocessing