ignoring eps files
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.eps -linguist-detectable
|
||||
Binary file not shown.
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user