|
|
|
|
|
by JakobProgsch
2347 days ago
|
|
> This kind of approach is usually not what you want One thing I learned from all the issues and emails I have received about this repository over the years is that what people consider the "usual" use case of threads varies wildly. Some only care for the concurrency but not the performance, some have huge amounts of tiny work items, some have small amounts of huge work items, some have complex dependencies, some have none at all etc. |
|