diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..293ad63 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.eps -linguist-detectable diff --git a/report/document.pdf b/report/document.pdf index edcb060..856ca2d 100644 Binary files a/report/document.pdf and b/report/document.pdf differ diff --git a/report/document.tex b/report/document.tex index 24a5fbd..ae2a77c 100644 --- a/report/document.tex +++ b/report/document.tex @@ -350,6 +350,7 @@ The structure of the implementation with native C++ threads is as follows: \end{algorithmic} \end{algorithm} + The threadpool is implemented in the \texttt{threadPool.hpp} and \texttt{threadPool.cpp} files. Since for each element the work is equivalent, the $\Delta$ used in the lambda function is simply the total number of rows divided by the number of workers, such that each worker has only one job and all jobs are roughly equal in time.