[GSOC 2014] Boost.Thread / Work-Stealing-Thread-Pool
Hi boost community, My name is Shuxiong Ye, and I am applying GSOC2014. My proposal is here[1]. There are very few comments on it. Any suggestions or questions will be welcome to improve it. Thanks. [1] https://google-melange.appspot.com/gsoc/proposal/review/student/google/gsoc2... Shuxiong Ye
Le 29/03/14 03:16, Shuxiong Ye a écrit :
Hi boost community,
My name is Shuxiong Ye, and I am applying GSOC2014. My proposal is here[1].
There are very few comments on it. Any suggestions or questions will be welcome to improve it.
Hi, I don't know if it is too late, but adding a prototype of a thread pool with a queue by worker thread could make other vode your proposal. Best, Vicente
I don't know if it is too late, but adding a prototype of a thread pool with a queue by worker thread could make other vode your proposal.
Best, Vicente
Hi Vicente, Thanks for your suggestion. It seems Boost.Thread already has one[1]. The basic thread pool has a queue holding tasks which will execute by worker threads. Maybe I can mention this in my proposal. The work-stealing thread pool could be based on this basic one. Best Regards, Shuxiong [1] https://github.com/boostorg/thread/blob/master/include/boost/thread/executor...
Le 30/03/14 17:53, Shuxiong Ye a écrit :
I don't know if it is too late, but adding a prototype of a thread pool with a queue by worker thread could make other vode your proposal.
Best, Vicente
Hi Vicente, Thanks for your suggestion.
It seems Boost.Thread already has one[1]. The basic thread pool has a queue holding tasks which will execute by worker threads.
Maybe I can mention this in my proposal. The work-stealing thread pool could be based on this basic one.
Best Regards, Shuxiong
[1] https://github.com/boostorg/thread/blob/master/include/boost/thread/executor...
Hi, as I have said on my comment, what I could help is to have a poc of a thread pool with one queue by worker thread. HTH, Vicente
participants (2)
-
Shuxiong Ye
-
Vicente J. Botet Escriba