Parallel Processing in python

前端 未结 4 1988
南方客
南方客 2020-11-28 04:29

Whats a simple code that does parallel processing in python 2.7? All the examples Ive found online are convoluted and include unnecessary codes.

how would i do a sim

4条回答
  •  粉色の甜心
    2020-11-28 05:23

    mincemeat is the simplest map/reduce implementation that I've found. Also, it's very light on dependencies - it's a single file and does everything with standard library.

提交回复
热议问题