parallelize 0.1
Latest version
Released:
Utilities for running functions in parallel
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache)
- Author: Kartik Talwar
- Tags parallel , multiprocessing , map , reduce , threading
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
# Parallelism - Parallel Processing for Python
## Methods
### Map
```python
import parallelize
def cube(x):
return x*x*x
print parallelize.map(cube, [100, 999, 12321])
```
## Methods
### Map
```python
import parallelize
def cube(x):
return x*x*x
print parallelize.map(cube, [100, 999, 12321])
```
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache)
- Author: Kartik Talwar
- Tags parallel , multiprocessing , map , reduce , threading
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic