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.
-
Decosupports Python3, whereasTomorrowsupports only up till Python 2.7 -
Decoby default uses the Python's multiprocessing library, whereasTomorrowuses threads --
Anyone who agrees with this pull request could vote for it by adding a