Created by: rajaravivarma-r
- 'deco' library makes parallelizing easy by giving us decorators which encapsulates multiprocessing standard library.
What is this Python project?
A simplified parallel computing model for Python. DECO automatically parallelizes Python programs, and requires minimal modifications to existing serial programs.
What's the difference between this Python project and similar ones?
It is similar to Tomorrow, but has the following differences.
-
Deco
supports Python3, whereasTomorrow
supports only up till Python 2.7 -
Deco
by default uses the Python's multiprocessing library, whereasTomorrow
uses threads --
Anyone who agrees with this pull request could vote for it by adding a