Skip to content

MirajMenon/Python-Multiprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python multiprocessing

The below image represent how normal functions run in python.

The below image represent how functions run when using multiprocessing in python.

Project structure

.
├── diagrams/                   # contains the diagrams
├── processed_images/           # contains the processed images
├── README.md                   # readme file
├── multiprocessing.py          # using multiprocessing example
├── multiprocessing_images.py   # using multiprocessing to process images
├── photo...jpg                 # sample images used for procssing
├── ...
└── photo...jpg