multiprocessing.Pool using map() behaves extremely slow with a large List input

前端 未结 0 647
梦谈多话
梦谈多话 2021-01-25 10:37

When I compute function outputs with a mass of independent varying inputs, I used Pool for parallel computing and wrote code like

num_cores = int(multiprocessing.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题