Skip to content

raghupradeep0702/sample_falcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Subtask 2: Summing the numbers in each chunk

Purpose:

This involves creating a pool of processes using Python's multiprocessing module and distributing the chunks of data across these processes. Each process then calculates the sum of the numbers within its assigned chunk. This parallel processing technique helps to reduce the overall computation time by executing multiple tasks simultaneously.

Instructions:

  1. Install the required dependencies: pip install multiprocessing
  2. Run the script: python sub_task1.py

Dependencies:

  • Python 3.10 or higher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published