Hacker News
- Thread pools: How do I use them? http://jvns.ca/blog/2016/03/27/thread-pools-how-do-i-use-them/ 45 comments
- An experiment in elastically scaling a thread pool using a PID controller https://github.com/stevana/elastically-scalable-thread-pools 53 comments
Lobsters
- An experiment in elastically scaling a thread pool using a PID controller https://github.com/stevana/elastically-scalable-thread-pools#elastically-scalable-thread-pools 6 comments distributed , haskell , scaling
- What's the difference between using actors and a thread pool? https://old.reddit.com/r/rust/comments/9fe1ye/noob_here_can_we_talk_about_async_and_databases/ 10 comments rust
- Thread pools! How do I use them? http://jvns.ca/blog/2016/03/27/thread-pools-how-do-i-use-them/ 3 comments programming
- Asynchronous programming using thread pools https://medium.com/@kislayverma/asynchronous-programming-with-thread-pools-e42d6bacd171?sk=9bed94f66cb03b01043e8b03be8f77fb 55 comments programming
- Thread pool using standard C++ only http://blog.vorbrodt.me/?p=631 17 comments cpp
- I wrote a header only C++ thread pool and profiler that may be useful for people making their own engines or frameworks (licensed under 3-clause BSD) https://www.reddit.com/r/gamedev/comments/8vsyud/i_wrote_a_header_only_c_thread_pool_and_profiler/ 4 comments gamedev
- I made public my Thread Pool library using boost function/bind/thread. Feel free to use - and contribute ;) - https://github.com/aymarfisherman/thread_pool 7 comments cpp
- Announcing parstream: compute function over iterator in a streaming fashion using thread pool and preserving order of elements https://www.reddit.com/r/rust/comments/a4y1fs/announcing_parstream_compute_function_over/ 13 comments rust
- (C) Trouble with creating a "pool" of 4 threads using pthread_create(), pthread_join(), and storing them in an array. Code below. https://www.reddit.com/r/learnprogramming/comments/9uut77/c_trouble_with_creating_a_pool_of_4_threads_using/ 4 comments learnprogramming
- tokio-rayon: Mix Tokio async and CPU-bound work using Rayon thread pools https://github.com/andybarron/tokio-rayon 18 comments rust
- A thread pool library implementation using POSIX message queues. Would love feedback and thoughts as it's my first decent-sized program. https://github.com/pathangi-jatinshravan/threadpool 11 comments cpp
- A thread pool library implementation using POSIX message queues. Would love feedback and thoughts as it's my first decent-sized program. https://github.com/pathangi-jatinshravan/threadpool 19 comments programming