Difference between Python multiprocessing Array and SharedMemory?

后端 未结 0 1072
陌清茗
陌清茗 2020-12-02 01:34

I need to share several numpy arrays between processes. I could use either multiprocessing Array or sharedmemory.SharedMemory to share the bulk of the data (the shapes and t

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