Hacker News new | ask | show | jobs
Show HN: A modern, high performance C++ thread pool (github.com)
3 points by mrkent27 1278 days ago
1 comments

Have you measured how it performs, compared to a simple boost.asio based "thread-pool". Boost.asio is often used in the core of proprietary thread-pool implementations, so I am curious ;)