Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

mkoushan/poolday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poolday

Thread pool simulation written in C++26

Build

xmake build poolday

Note: For different number of threads or log options, you have to modify the main.cpp file (line 10). Default is 8 and INFO.

Run

xmake run poolday number_of_tasks task_1_arrive_time task_1_exe_time ...

Runing Tests (in linux)

xargs -I {} bash -c "{}" < in/1.txt
# ...
xargs -I {} bash -c "{}" < in/2.txt
# ...
xargs -I {} bash -c "{}" < in/3.txt
# ...

About

Thread pool simulation written in C++26

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •