-
Notifications
You must be signed in to change notification settings - Fork 0
Multithreading #2
Copy link
Copy link
Open
Labels
Code EnhancementOptimization, code cleanup, new feature etc...Optimization, code cleanup, new feature etc...EnhancementGeneral improvement.General improvement.XLExtra large...Extra large...
Metadata
Metadata
Assignees
Labels
Code EnhancementOptimization, code cleanup, new feature etc...Optimization, code cleanup, new feature etc...EnhancementGeneral improvement.General improvement.XLExtra large...Extra large...
Use std::thread::hardware_concurrency() to get the amount of available cores and split the workload accordingly.
I only have a dual core, so I can only test that far...