dispy 3.17

dispy is a Python framework for parallel computation. It distributes tasks across across multiple processors in a single machine (SMP), other machine nodes in a cluster, grid or cloud. It's suitable for large sets of data being worked on in parallel (SIMD). It does not facilitate communication or sharing among execution tasks. It utilizes asynchronous sockets, coroutines, epoll, kqueue or Windows IOCP.

Tags python simd cluster mapreduce parallel-programming developers job-scheduling
License MITL
State stable

Recent Releases

3.1722 Oct 2014 16:45 minor bugfix: Updated asyncoro to latest version (2.9), dispy files to local working version.