EdGarrity / SOS

Search for an Optimum Solution
1 stars 0 forks source link

Add Concurrency Option #165

Closed EdGarrity closed 9 months ago

EdGarrity commented 1 year ago

The Develop Strategy model is single-threaded and too slow. Need to implement concurrency techniques to speed up processing time. See "An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022" for details.