-
-
Notifications
You must be signed in to change notification settings - Fork 9
Improve the Rayon pool initialization #37
Copy link
Copy link
Open
Labels
Type: Improvement 📈Performance improvement not introducing a new feature or requiring a major refactorPerformance improvement not introducing a new feature or requiring a major refactor
Metadata
Metadata
Assignees
Labels
Type: Improvement 📈Performance improvement not introducing a new feature or requiring a major refactorPerformance improvement not introducing a new feature or requiring a major refactor
Type
Fields
Give feedbackNo fields configured for issues without a type.
When a thread pool is already initialized, Rayon uses it even if the user specified a different number of threads.
To fix it, we can implement the change discussed here: #32 (comment).