Re: Best thread pool implementation for the base system?

2019-10-24 Thread Alan Somers
On Thu, Oct 24, 2019 at 12:57 PM Ian Lepore wrote: > On Thu, 2019-10-24 at 12:46 -0600, Alan Somers wrote: > > I count 5 thread pool implementations in contrib: > > * cddl/compat/opensolaris/misc/thread_pool.c > > * contrib/apr-util/misc/apr_thread_pool.c > > * contrib/llvm/lib/Support/ThreadPool

Re: Best thread pool implementation for the base system?

2019-10-24 Thread Ian Lepore
On Thu, 2019-10-24 at 12:46 -0600, Alan Somers wrote: > I count 5 thread pool implementations in contrib: > * cddl/compat/opensolaris/misc/thread_pool.c > * contrib/apr-util/misc/apr_thread_pool.c > * contrib/llvm/lib/Support/ThreadPool.cpp > * contrib/openmp/runtime/src/kmp_tasking.cpp > * contrib

Best thread pool implementation for the base system?

2019-10-24 Thread Alan Somers
I count 5 thread pool implementations in contrib: * cddl/compat/opensolaris/misc/thread_pool.c * contrib/apr-util/misc/apr_thread_pool.c * contrib/llvm/lib/Support/ThreadPool.cpp * contrib/openmp/runtime/src/kmp_tasking.cpp * contrib/ofed/opensm/complib/cl_threadpool.c However, I can't find any ex