How to employ something such as openMP in Cython?

后端 未结 5 741
攒了一身酷
攒了一身酷 2021-01-02 21:46

Basically I have a problem that is pretty much embrassing parallel and I think I\'ve hit the limits of how fast I can make it with plain python & multiprocessing so I\'m

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 22:08

    I've no experience with OpenMP, but you may have luck with trying zeromq (python bindings included):

    easy_install pyzmq

提交回复
热议问题