Due to this great question with the remarkable answers here how-to-use-threading-in-python, make me doubt, is the number of ThreadPool has some significant on speed or memory usage?
For example, should the number of ThreadPool is mutiplied number of number of my CPU cores? (I have two CPU cores, so I should make 4,8,12,.. ThreadPool?).
Thank you in advance.