I am involved in a project recently which has been written in python. All files are getting analyzed serially one after other, so taking approx 1 hour in completion. My task is to reduce this time.
I am not sure what should I use in python : Multi-thread or multi-process to run file analysis in parallel.
Please suggest.
Thank you.