You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This blog is a follow-up to "The folly of DIY multithreading" (which @Ailop is now updating) and it starts a series about various flavors of concurrency platforms
Thread pools ("the simplest")
OpenMP
Intel's Threading Building Blocks
Message passing
Data-parallel languages
Cilk++
It discusses some practical pros and cons of thread pools.
See https://web.archive.org/web/20081227233324/http://www.cilk.com/multicore-blog/bid/6270/Thread-Pools-The-Simplest-Concurrency-Platform
The text was updated successfully, but these errors were encountered: