Implementing MapReduce with multiprocessing
Originally posted
· 1 min read
While looking for example applications for Python’s multiprocessing module to use in this week’s PyMOTW, someone suggested implementing MapReduce. Below is the simple implementation I came up with (the source is included in the PyMOTW tarball as of version 1.89).