Is there a way to speed up Pthon's ProcessPoolExecutor data serialization?

后端 未结 0 1991
盖世英雄少女心
盖世英雄少女心 2021-01-31 04:56

I have some code like so:

with concurrent.futures.ProcessPoolExecutor() as executor:
    for i in range(100):
        executor.submit(self.label_data, data, i)
..         


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