Skip to content

lorenzobandini/Thread-vs-Thread-Pool---Performance-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Single Thread Efficiency vs. Thread Pool Efficiency

An experiment conducted to analyze the efficiency differences between using a set number $n$ of individual threads, all performing the same task (in this case, counting prime numbers from 1 to 10,000,000), and employing a thread pool consisting of $k$ threads to which $n$ tasks are assigned for execution.

About

Analysis of execution efficiency between a set of threads and a thread pool for task execution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages