Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k4rth33k authored Oct 27, 2024
1 parent 6d5caab commit 273982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## In a nutshell
- pyParallelMR leverages the fact that greater speeds in computation can be achieved using more memory.
- It is not applicable to problems which require optimized solutions (IoT for example).
- A simple queue based map reduce engine which executes tasks in a batch wise parallel manner. (forcible fanciness :wink:)
- A simple queue based map reduce engine which executes tasks in a batch wise parallel manner.

## Usage
```python
Expand Down

0 comments on commit 273982f

Please sign in to comment.