It’s been a long time since I touched c++, so pardon my naïveté. I’d have assumed that optimized thread pools were a done thing. What’s new here and why was there a gap ?
Nothing in that section explains why this is in any way new or innovative. The only interesting claim is "performance", but looking at the code, I don't see anything other than a simple naive thread-pool implementation.
Randor|3 years ago
The author is a physicist. Looks like he just decided to publish about his C++ code.
beached_whale|3 years ago
It would be neat if the github site https://github.com/bshoshany/thread-pool or the paper did some comparisons to the existing body out there.
rat9988|3 years ago
It's too long to quote. I'm too lazy to summarise.
0xffff2|3 years ago