Simple parallel search implementation in C++11
Go to file
2021-12-15 18:20:52 +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 basically working ... needs polish 2021-12-15 17:28:13 +01:00
CMakeSettings.json code cleanup: moved parallel search into template class 2021-12-15 18:07:21 +01:00
main.cpp - TODO items 2021-12-15 18:14:11 +01:00
ParallelSearch.hpp cleanup 2021-12-15 18:20:52 +01:00
SearchJob.hpp code cleanup: moved parallel search into template class 2021-12-15 18:07:21 +01:00
TestRunner.hpp - added shuffling 2021-12-15 16:25:15 +01:00