SUNET icon indicating copy to clipboard operation
SUNET copied to clipboard

thread pool

Open paulpach opened this issue 7 years ago • 0 comments

You have your own thread pool implementation which is reinventing the wheel. It also relies on posix threads, which are complicated to use in windows.

Consider using OpenMP instead, it is more readable and portable.

paulpach avatar Jun 15 '17 15:06 paulpach