Actions
Bug #16629
closedUse only one ZIO threadpool to enhance performances
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Following advices from https://github.com/zio/zio/issues/1275, we can use only one threadpool to avoid the cost of switching between them.
See comments ont linked ZIO issue to see what tests were done.
Actions