Simple parallel search implementation in C++11
Go to file
2021-12-16 11:35:38 +01:00
.gitattributes GITIGNORE und GITATTRIBUTES hinzufügen. 2021-12-15 15:43:28 +01:00
.gitignore GITIGNORE und GITATTRIBUTES hinzufügen. 2021-12-15 15:43:28 +01:00
CMakeLists.txt made SearchJob a sub-class 2021-12-16 11:35:38 +01:00
CMakeSettings.json code cleanup: moved parallel search into template class 2021-12-15 18:07:21 +01:00
main.cpp made SearchJob a sub-class 2021-12-16 11:35:38 +01:00
ParallelSearch.hpp made SearchJob a sub-class 2021-12-16 11:35:38 +01:00
TestRunner.hpp - added shuffling 2021-12-15 16:25:15 +01:00